summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim2023-10-251-17/+72
* perf lock contention: Check race in tstamp elem creationNamhyung Kim2023-10-251-1/+5
* perf lock contention: Clear lock addr after useNamhyung Kim2023-10-251-0/+4
* perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter2023-10-201-8/+8
* perf tools: Do not ignore the default vmlinux.hNamhyung Kim2023-10-191-0/+1
* Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo2023-10-101-0/+2
|\
| * perf trace: Avoid compile error wrt redefining boolIan Rogers2023-09-181-0/+2
* | perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim2023-09-121-0/+17
* | perf lock contention: Add --lock-cgroup optionNamhyung Kim2023-09-122-2/+32
* | perf kwork top: Add BPF-based statistics on softirq event supportYang Jihong2023-09-121-0/+72
* | perf kwork top: Add BPF-based statistics on hardirq event supportYang Jihong2023-09-121-0/+79
* | perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong2023-09-121-0/+187
|/
* perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...Arnaldo Carvalho de Melo2023-08-211-0/+1
* perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...Arnaldo Carvalho de Melo2023-08-211-0/+11
* perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...Arnaldo Carvalho de Melo2023-08-161-4/+2
* perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers2023-08-151-8/+0
* perf trace: Migrate BPF augmentation to use a skeletonIan Rogers2023-08-151-0/+418
* perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo2023-07-201-0/+11
* perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo2023-07-201-0/+12
* perf bpf: Move the declaration of struct rqIan Rogers2023-06-242-2/+10
* perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-242-0/+1
* perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim2023-05-261-2/+2
* perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa2023-05-101-0/+2
* perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong2023-05-101-0/+1
* perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-062-1/+173
* perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim2023-05-021-7/+7
* perf lock contention: Fix struct rq lock accessNamhyung Kim2023-05-021-4/+4
* perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...Ian Rogers2023-04-101-2/+26
* perf lock contention: Support pre-5.14 kernelsIan Rogers2023-04-101-1/+14
* perf lock contention: Do not try to update if hash map is fullNamhyung Kim2023-04-071-3/+19
* perf lock contention: Add data failure statNamhyung Kim2023-04-071-1/+3
* perf lock contention: Update default map size to 16384Namhyung Kim2023-04-072-4/+4
* perf lock contention: Show detail failure reason for BPFNamhyung Kim2023-04-041-3/+10
* perf bpf filter: Add logical OR operatorNamhyung Kim2023-03-152-15/+29
* perf bpf filter: Add data_src sample data supportNamhyung Kim2023-03-151-0/+23
* perf bpf filter: Add more weight sample data supportNamhyung Kim2023-03-151-0/+8
* perf bpf filter: Add 'pid' sample data supportNamhyung Kim2023-03-152-2/+6
* perf bpf filter: Implement event sample filteringNamhyung Kim2023-03-152-0/+150
* perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo2023-03-141-1/+2
* perf lock contention: Show lock type with addressNamhyung Kim2023-03-141-0/+2
* perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim2023-03-142-0/+36
* perf lock contention: Track and show siglock with addressNamhyung Kim2023-03-142-1/+7
* perf lock contention: Track and show mmap_lock with addressNamhyung Kim2023-03-142-0/+47
* perf lock contention: Fix compiler builtin detectionIan Rogers2023-03-131-1/+7
* perf test: Fix offcpu test prev_state checkNamhyung Kim2023-02-191-1/+1
* perf lock contention: Support old rw_semaphore typeNamhyung Kim2023-02-081-13/+44
* perf lock contention: Add -o/--lock-owner optionNamhyung Kim2023-02-081-5/+55
* perf lock contention: Support filters for different aggregationNamhyung Kim2023-02-032-6/+13
* perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-211-0/+17
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-211-2/+19