aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman1-1/+2
2022-11-10perf print-events: Remove redundant comparison with zeroKang Minchul1-4/+2
2022-11-10perf data: Add tracepoint fields when converting to JSONDmitrii Dolgov1-0/+20
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman8-82/+96
2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2022-11-08perf test: Fix skipping branch stack sampling testJames Clark1-1/+3
2022-11-08perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev1-1/+1
2022-11-08perf stat: Fix crash with --per-node --metric-only in CSV modeNamhyung Kim1-1/+3
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo2-5/+5
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers1-1/+1
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers1-1/+2
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: Fix memory sanitizer issueNamhyung Kim1-1/+1
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 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 Melo2-6/+9
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo12-113/+128
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 Clark1-1/+0
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 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 stat: Remove unused perf_counts.aggr fieldNamhyung Kim3-35/+6
2022-10-27perf stat: Display percore events properlyNamhyung Kim1-2/+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 Kim2-24/+27
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim2-0/+74
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim2-0/+98
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim2-3/+18
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim2-8/+33
2022-10-27perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim1-2/+22
2022-10-27perf stat: Factor out evsel__count_has_error()Namhyung Kim1-2/+20
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim3-20/+41
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim2-3/+9
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim2-7/+46
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim2-3/+5
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim2-1/+15
2022-10-27perf stat: Use evsel__is_hybrid() moreNamhyung Kim1-16/+4
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim1-0/+3
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim3-10/+15