summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo2022-11-105-0/+55
* perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter2022-11-093-1/+157
* perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter2022-11-091-2/+12
* perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter2022-11-092-1/+1
* perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)2022-11-091-17/+4
* perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo2022-11-073-1/+90
* perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo2022-11-043-11/+11
* perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b...Arnaldo Carvalho de Melo2022-11-042-245/+0
* perf bpf: Remove now unused BPF headersIan Rogers2022-11-046-146/+0
* perf trace: 5sec fix libbpf 1.0+ compatibilityIan Rogers2022-11-041-3/+5
* perf trace: empty fix libbpf 1.0+ compatibilityIan Rogers2022-11-041-2/+11
* perf trace: hello fix libbpf 1.0+ compatibilityIan Rogers2022-11-041-3/+21
* perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers2022-11-043-19/+89
* perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-2/+2
* perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-2/+2
* perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-4/+4
* perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers2022-11-031-1/+2
* perf ftrace: Use sig_atomic_t to avoid UBIan Rogers2022-11-031-2/+2
* perf daemon: Use sig_atomic_t to avoid UBIan Rogers2022-11-031-1/+1
* perf record: Use sig_atomic_t for signal handlersIan Rogers2022-11-031-4/+4
* perf build: Update to C standard to gnu11Ian Rogers2022-11-031-1/+1
* perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)2022-11-033-22/+42
* perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)2022-11-031-2/+2
* perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)2022-11-032-9/+27
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-10-318-122/+705
|\
| * Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-301-0/+4
| |\
| | * tools: iio: iio_utils: fix digit calculationMatti Vaittinen2022-10-171-0/+4
| * | Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2022-10-293-122/+118
| |\ \
| | * | pm-graph v5.10Todd Brandt2022-10-253-122/+118
| * | | Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-274-0/+583
| |\ \ \
| | * | | selftests: add openvswitch selftest suiteAaron Conole2022-10-274-0/+583
* | | | | perf lock contention: Increase default stack skip to 4Namhyung Kim2022-10-311-1/+1
* | | | | perf lock contention: Avoid variable length arraysNamhyung Kim2022-10-311-13/+28
* | | | | perf lock contention: Check --max-stack optionNamhyung Kim2022-10-311-3/+27
* | | | | perf lock contention: Fix memory sanitizer issueNamhyung Kim2022-10-311-1/+1
* | | | | perf test: Parse events workaround for dash/minusIan Rogers2022-10-311-0/+13
* | | | | perf evlist: Add missing util/event.h headerArnaldo Carvalho de Melo2022-10-311-0/+1
* | | | | perf mmap: Remove several unneeded includes from util/mmap.hArnaldo Carvalho de Melo2022-10-311-5/+0
* | | | | perf tests: Add missing event.h includeArnaldo Carvalho de Melo2022-10-312-0/+2
* | | | | perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo2022-10-312-5/+3
* | | | | perf symbol: Move addr_location__put() from event.hArnaldo Carvalho de Melo2022-10-312-3/+2
* | | | | perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo2022-10-312-3/+3
* | | | | perf kwork: Remove includes not needed in kwork.hArnaldo Carvalho de Melo2022-10-313-6/+15
* | | | | perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-3131-118/+147
* | | | | perf branch: Remove some needless headers, add a needed oneArnaldo Carvalho de Melo2022-10-311-3/+1
* | | | | perf bpf: No need to include headers just use forward declarationsArnaldo Carvalho de Melo2022-10-311-3/+3
* | | | | perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is trueArnaldo Carvalho de Melo2022-10-271-1/+2
* | | | | perf tools: Make quiet mode consistent between toolsJames Clark2022-10-2716-26/+25
* | | | | perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark2022-10-271-0/+5
* | | | | perf test: Do not set TEST_SKIP for record subtestsNamhyung Kim2022-10-271-12/+0