summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel
AgeCommit message (Expand)Author
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...Arnaldo Carvalho de Melo
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...Arnaldo Carvalho de Melo
2023-08-16perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...Arnaldo Carvalho de Melo
2023-08-15perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo
2023-06-23perf bpf: Move the declaration of struct rqIan Rogers
2023-06-23perf build: Add ability to build with a generated vmlinux.hIan Rogers
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo
2023-05-02perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim
2023-05-02perf lock contention: Fix struct rq lock accessNamhyung Kim
2023-04-10perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe...Ian Rogers
2023-04-10perf lock contention: Support pre-5.14 kernelsIan Rogers
2023-04-06perf lock contention: Do not try to update if hash map is fullNamhyung Kim
2023-04-06perf lock contention: Add data failure statNamhyung Kim
2023-04-06perf lock contention: Update default map size to 16384Namhyung Kim
2023-04-04perf lock contention: Show detail failure reason for BPFNamhyung Kim
2023-03-15perf bpf filter: Add logical OR operatorNamhyung Kim
2023-03-15perf bpf filter: Add data_src sample data supportNamhyung Kim
2023-03-15perf bpf filter: Add more weight sample data supportNamhyung Kim
2023-03-15perf bpf filter: Add 'pid' sample data supportNamhyung Kim
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim
2023-03-14perf tools bpf: Add vmlinux.h to .gitignoreArnaldo Carvalho de Melo
2023-03-14perf lock contention: Show lock type with addressNamhyung Kim
2023-03-14perf lock contention: Show per-cpu rq_lock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show siglock with addressNamhyung Kim
2023-03-14perf lock contention: Track and show mmap_lock with addressNamhyung Kim
2023-03-13perf lock contention: Fix compiler builtin detectionIan Rogers
2023-02-19perf test: Fix offcpu test prev_state checkNamhyung Kim
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim
2022-12-21perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim
2022-12-14perf lock contention: Add lock_data.h for common dataNamhyung Kim
2022-11-23perf lock contention: Do not use BPF task local storageNamhyung Kim
2022-10-14perf stat: Support old kernels for bperf cgroup countingNamhyung Kim
2022-10-11Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim
2022-09-26perf tools: Get a perf cgroup more portably in BPFNamhyung Kim
2022-09-21perf stat: Fix BPF program section nameNamhyung Kim