aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers3-19/+89
2022-11-03perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-11-03perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-2/+2
2022-11-03perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers1-4/+4
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers1-1/+2
2022-11-03perf ftrace: Use sig_atomic_t to avoid UBIan Rogers1-2/+2
2022-11-03perf daemon: Use sig_atomic_t to avoid UBIan Rogers1-1/+1
2022-11-03perf record: Use sig_atomic_t for signal handlersIan Rogers1-4/+4
2022-11-03perf build: Update to C standard to gnu11Ian Rogers1-1/+1
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)3-22/+42
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)2-9/+27
2022-10-31perf lock contention: Increase default stack skip to 4Namhyung Kim1-1/+1
2022-10-31perf lock contention: Avoid variable length arraysNamhyung Kim1-13/+28
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim1-3/+27
2022-10-31perf lock contention: Fix memory sanitizer issueNamhyung Kim1-1/+1
2022-10-31perf test: Parse events workaround for dash/minusIan Rogers1-0/+13
2022-10-31perf evlist: Add missing util/event.h headerArnaldo Carvalho de Melo1-0/+1
2022-10-31perf mmap: Remove several unneeded includes from util/mmap.hArnaldo Carvalho de Melo1-5/+0
2022-10-31perf tests: Add missing event.h includeArnaldo Carvalho de Melo2-0/+2
2022-10-31perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo2-5/+3
2022-10-31perf symbol: Move addr_location__put() from event.hArnaldo Carvalho de Melo2-3/+2
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo2-3/+3
2022-10-31perf kwork: Remove includes not needed in kwork.hArnaldo Carvalho de Melo3-6/+15
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo31-118/+147
2022-10-31perf branch: Remove some needless headers, add a needed oneArnaldo Carvalho de Melo1-3/+1
2022-10-31perf bpf: No need to include headers just use forward declarationsArnaldo Carvalho de Melo1-3/+3
2022-10-27perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is trueArnaldo Carvalho de Melo1-1/+2
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark16-26/+25
2022-10-27perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark1-0/+5
2022-10-27perf test: Do not set TEST_SKIP for record subtestsNamhyung Kim1-12/+0
2022-10-27perf test: Test record with --threads optionNamhyung Kim1-2/+28
2022-10-27perf test: Add target workload test in 'perf record' testsNamhyung Kim1-0/+18
2022-10-27perf test: Add system-wide mode in 'perf record' testsNamhyung Kim1-0/+21
2022-10-27perf test: Wait for a new thread when testing --per-thread recordNamhyung Kim1-0/+27
2022-10-27perf test: Use a test program in 'perf record' testsNamhyung Kim1-4/+60
2022-10-27perf test: Fix shellcheck issues in the record testNamhyung Kim1-9/+9
2022-10-27perf test: Do not use instructions:u explicitlyNamhyung Kim1-5/+5
2022-10-27perf scripts python: intel-pt-events.py: Add ability interleave outputAdrian Hunter2-3/+74
2022-10-27perf event: Drop perf_regs.h include, not needed anymoreArnaldo Carvalho de Melo1-2/+0
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo1-0/+1
2022-10-27perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo2-0/+2
2022-10-27perf unwind arm64: Remove needless event.h & thread.h includesArnaldo Carvalho de Melo1-2/+4
2022-10-27perf config: Add missing newline on pr_warning() call in home_perfconfig()Yang Jihong1-2/+2
2022-10-27perf daemon: Complete list of supported subcommand in help messageYang Jihong1-1/+1
2022-10-27perf stat: Remove unused perf_counts.aggr fieldNamhyung Kim3-35/+6
2022-10-27perf stat: Display percore events properlyNamhyung Kim2-18/+25
2022-10-27perf stat: Display event stats using aggr countsNamhyung Kim3-386/+49
2022-10-27perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim3-24/+28
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim3-0/+75