提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling bcd2025311 Everywhere: Core dump => Coredump 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Jean-Baptiste Boric 08891e82a5 Kernel: Migrate process list locking to ProtectedValue 4 年之前
  Brian Gianforcaro ed996fcced Kernel: Remove unused header includes 4 年之前
  Brian Gianforcaro 9201a06027 Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED 4 年之前
  Gunnar Beutner 2a78bf8596 Kernel: Fix the return type for syscalls 4 年之前
  Ali Mohammad Pur 2b5732ab77 AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 4 年之前
  Gunnar Beutner 01c75e3a34 Kernel: Don't log profile data before/after the process/thread lifetime 4 年之前
  Gunnar Beutner ad6587424f Kernel: Disable profiling if setting up the buffer or timer failed 4 年之前
  Gunnar Beutner 0688e02339 Kernel: Make sure we only log profiling events when m_profiling is true 4 年之前
  Gunnar Beutner 572bbf28cc Kernel+LibC: Add support for filtering profiling events 4 年之前
  Andreas Kling 4d429ba9ea Kernel: Unbreak profiling all processes 4 年之前
  Liav A 8a4cc735b9 Kernel: Don't use the profile timer if we don't have a timer to assign 4 年之前
  Gunnar Beutner 8614d18956 Kernel: Use a separate timer for profiling the system 4 年之前
  Brian Gianforcaro 8bf4201f50 Kernel: Move process creation perf events to PerformanceManager 4 年之前
  Gunnar Beutner eb798d5538 Kernel+Profiler: Improve profiling subsystem 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Brian Gianforcaro 4ed682aebc Kernel: Add a syscall to clear the profiling buffer 4 年之前
  Andreas Kling cbcf891040 Kernel: Move select Process members into protected memory 4 年之前
  Andreas Kling ea500dd3e3 Kernel: Start work on full system profiling :^) 4 年之前
  Andreas Kling b425c2602c Kernel: Better handling of allocation failure in profiling 4 年之前
  Andreas Kling ac71775de5 Kernel: Make all syscall functions return KResultOr<T> 4 年之前
  Andreas Kling 4fa8435310 Kernel: Use current process EUID in doing profiling access control 4 年之前
  Andreas Kling 5dafb72370 Kernel+Profiler: Make profiling per-process and without core dumps 4 年之前
  Andreas Kling 2dfe5751f3 Kernel: Abort core dump generation if any substep fails 4 年之前
  Andreas Kling 4befc2c282 Kernel: Avoid null dereference in sys$profiling_disable() 4 年之前
  Andreas Kling 28c042e46f Kernel: Make CoreDump::m_num_program_headers const 4 年之前
  Andreas Kling ff8bf4db8d Kernel: Don't take LexicalPath as argument 4 年之前
  Itamar 5392f42731 Kernel: Generate coredumps for profiled processes 4 年之前