summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-21perf map: Add map__objdump_2rip()Namhyung Kim
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim
2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim
2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers
2024-03-21perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter
2024-03-21perf docs arm_spe: Clarify more SPE requirements related to KPTIJames Clark
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Use the system linux/fcntl.h instead of a copy from the kernelArnaldo Carvalho de Melo
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Stop using the copy of uapi/linux/prctl.hArnaldo Carvalho de Melo
2024-03-21perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo
2024-03-21perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h insteadArnaldo Carvalho de Melo
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo
2024-03-21perf beauty: Fix dependency of tables using uapi/linux/mount.hArnaldo Carvalho de Melo
2024-03-21perf c2c: Fix a punctuationBhaskar Chowdhury
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo
2024-03-21selftests: forwarding: Fix ping failure due to short timeoutIdo Schimmel
2024-03-20bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet
2024-03-20Merge tag 'trace-tools-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-19selftests/bpf: scale benchmark counting by using per-CPU countersAndrii Nakryiko
2024-03-19bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet
2024-03-19bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet
2024-03-19selftests/bpf: add raw_tp/tp_btf BPF cookie subtestsAndrii Nakryiko
2024-03-19libbpf: add support for BPF cookie for raw_tp/tp_btf programsAndrii Nakryiko
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-19libbpf: fix u64-to-pointer cast on 32-bit archesAndrii Nakryiko
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira
2024-03-20tools/verification: Use tools/build makefiles on rvDaniel Bristot de Oliveira
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira
2024-03-19selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song