Age | Commit message (Expand) | Author |
2025-01-23 | perf trace: Fix BPF loading failure (-E2BIG) | Howard Chu |
2025-01-08 | perf ftrace: Display latency statistics at the end | Namhyung Kim |
2024-12-23 | perf lock contention: Handle slab objects in -L/--lock-filter option | Namhyung Kim |
2024-12-23 | perf lock contention: Resolve slab object name using BPF | Namhyung Kim |
2024-12-23 | perf lock contention: Run BPF slab cache iterator | Namhyung Kim |
2024-12-20 | perf lock contention: Add and use LCB_F_TYPE_MASK | Namhyung Kim |
2024-12-18 | perf ftrace latency: Fix compiler error for clang 12 | Namhyung Kim |
2024-12-10 | perf ftrace latency: Add --max-latency option | Gabriele Monaco |
2024-12-10 | perf ftrace latency: Introduce --min-latency to narrow down into a latency range | Arnaldo Carvalho de Melo |
2024-12-10 | perf ftrace latency: Introduce --bucket-range to ask for linear bucketing | Arnaldo Carvalho de Melo |
2024-12-09 | perf: Increase MAX_NR_CPUS to 4096 | Kyle Meyer |
2024-11-03 | Merge 'origin/master' into perf-tools-next | Namhyung Kim |
2024-11-01 | perf stat: Support inherit events during fork() for bperf | Tengda Wu |
2024-10-23 | perf trace augmented_raw_syscalls: Add more checks to pass the verifier | Howard Chu |
2024-10-23 | perf trace augmented_raw_syscalls: Add extra array index bounds checking to s... | Arnaldo Carvalho de Melo |
2024-09-10 | perf trace: Collect augmented data using BPF | Howard Chu |
2024-09-10 | perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat... | Howard Chu |
2024-09-09 | perf trace: Use a common encoding for augmented arguments, with size + error ... | Arnaldo Carvalho de Melo |
2024-09-09 | perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t... | Arnaldo Carvalho de Melo |
2024-09-03 | perf record offcpu: Constify control data for BPF | Namhyung Kim |
2024-09-03 | perf lock contention: Constify control data for BPF | Namhyung Kim |
2024-09-03 | perf kwork: Constify control data for BPF | Namhyung Kim |
2024-09-03 | perf ftrace latency: Constify control data for BPF | Namhyung Kim |
2024-09-03 | perf stat: Constify control data for BPF | Namhyung Kim |
2024-08-30 | perf lock contention: Do not fail EEXIST for update | Namhyung Kim |
2024-08-30 | perf lock contention: Simplify spinlock check | Namhyung Kim |
2024-08-30 | perf lock contention: Handle error in a single place | Namhyung Kim |
2024-08-28 | perf bpf-filter: Support filtering on cgroups | Namhyung Kim |
2024-08-28 | perf bpf-filter: Support multiple events properly | Namhyung Kim |
2024-08-12 | perf lock contention: Change stack_id type to s32 | Namhyung Kim |
2024-08-01 | perf bpf-filter: Support separate lost counts for each filter | Namhyung Kim |
2024-08-01 | perf bpf-filter: Split per-task filter use case | Namhyung Kim |
2024-08-01 | perf bpf-filter: Make filters map a single entry hashmap | Namhyung Kim |
2024-05-30 | perf bpf filter: Add uid and gid terms | Ian Rogers |
2024-05-30 | perf bpf filter: Give terms their own enum | Ian Rogers |
2024-04-22 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo |
2024-04-12 | perf bench uprobe: Add uretprobe variant of uprobe benchmarks | Ian Rogers |
2024-04-11 | perf lock contention: Add a missing NULL check | Namhyung Kim |
2024-03-21 | perf trace: Collect sys_nanosleep first argument | Arnaldo Carvalho de Melo |
2024-02-29 | perf lock contention: Account contending locks too | Namhyung Kim |
2024-02-16 | perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h | Arnaldo Carvalho de Melo |
2023-10-25 | perf lock contention: Use per-cpu array map for spinlocks | Namhyung Kim |
2023-10-25 | perf lock contention: Check race in tstamp elem creation | Namhyung Kim |
2023-10-25 | perf lock contention: Clear lock addr after use | Namhyung Kim |
2023-10-19 | perf trace: Use the right bpf_probe_read(_str) variant for reading user data | Thomas Richter |
2023-10-18 | perf tools: Do not ignore the default vmlinux.h | Namhyung Kim |
2023-10-10 | Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-next | Arnaldo Carvalho de Melo |
2023-09-17 | perf trace: Avoid compile error wrt redefining bool | Ian Rogers |
2023-09-12 | perf lock contention: Add -G/--cgroup-filter option | Namhyung Kim |
2023-09-12 | perf lock contention: Add --lock-cgroup option | Namhyung Kim |