summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-10-31perf kwork: Remove includes not needed in kwork.hArnaldo Carvalho de Melo
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo
2022-10-31perf branch: Remove some needless headers, add a needed oneArnaldo Carvalho de Melo
2022-10-31perf bpf: No need to include headers just use forward declarationsArnaldo Carvalho de Melo
2022-10-27perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is trueArnaldo Carvalho de Melo
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-27perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark
2022-10-27perf test: Do not set TEST_SKIP for record subtestsNamhyung Kim
2022-10-27perf test: Test record with --threads optionNamhyung Kim
2022-10-27perf test: Add target workload test in 'perf record' testsNamhyung Kim
2022-10-27perf test: Add system-wide mode in 'perf record' testsNamhyung Kim
2022-10-27perf test: Wait for a new thread when testing --per-thread recordNamhyung Kim
2022-10-27perf test: Use a test program in 'perf record' testsNamhyung Kim
2022-10-27perf test: Fix shellcheck issues in the record testNamhyung Kim
2022-10-27perf test: Do not use instructions:u explicitlyNamhyung Kim
2022-10-27perf scripts python: intel-pt-events.py: Add ability interleave outputAdrian Hunter
2022-10-27perf event: Drop perf_regs.h include, not needed anymoreArnaldo Carvalho de Melo
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo
2022-10-27perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo
2022-10-27perf unwind arm64: Remove needless event.h & thread.h includesArnaldo Carvalho de Melo
2022-10-27perf config: Add missing newline on pr_warning() call in home_perfconfig()Yang Jihong
2022-10-27perf daemon: Complete list of supported subcommand in help messageYang Jihong
2022-10-27perf stat: Remove unused perf_counts.aggr fieldNamhyung Kim
2022-10-27perf stat: Display percore events properlyNamhyung Kim
2022-10-27perf stat: Display event stats using aggr countsNamhyung Kim
2022-10-27perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim
2022-10-27perf stat: Split process_counters() to share it with process_stat_round_event()Namhyung Kim
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim
2022-10-27perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim
2022-10-27perf stat: Factor out evsel__count_has_error()Namhyung Kim
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim
2022-10-27perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()Namhyung Kim
2022-10-27perf stat: Add cpu aggr id for no aggregation modeNamhyung Kim
2022-10-27perf stat: Add aggr id for global modeNamhyung Kim
2022-10-27perf stat: Use evsel__is_hybrid() moreNamhyung Kim
2022-10-27perf tools: Use pmu info in evsel__is_hybrid()Namhyung Kim
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim
2022-10-27perf vendor events riscv: add Sifive U74 JSON fileNikita Shubin
2022-10-27perf arch events: riscv sbi firmware std event filesNikita Shubin
2022-10-27perf tools riscv: Add support for get_cpuid_str functionNikita Shubin
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2022-10-25perf test: Do not fail Intel-PT misc test w/o libpythonNamhyung Kim