aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hGravatar Arnaldo Carvalho de Melo 1-1/+0
2022-11-16perf build: Use tools/lib headers from install pathGravatar Ian Rogers 2-4/+14
2022-11-16perf cpumap: Tidy libperf includesGravatar Ian Rogers 6-5/+5
2022-11-16perf thread_map: Reduce exposure of libperf internal APIGravatar Ian Rogers 10-9/+12
2022-11-16perf expr: Tidy hashmap dependencyGravatar Ian Rogers 9-18/+6
2022-11-16perf build: Install libsymbol locally when buildingGravatar Ian Rogers 4-10/+24
2022-11-16tool lib symbol: Add Makefile/BuildGravatar Ian Rogers 2-0/+116
2022-11-16tools lib perf: Add missing install headersGravatar Ian Rogers 1-1/+9
2022-11-16tools lib api: Add missing install headersGravatar Ian Rogers 1-1/+4
2022-11-16perf build: Install libtraceevent locally when buildingGravatar Ian Rogers 2-20/+40
2022-11-16perf build: Install libperf locally when buildingGravatar Ian Rogers 2-7/+15
2022-11-16perf build: Install libapi locally when buildingGravatar Ian Rogers 2-12/+16
2022-11-16perf build: Install libsubcmd locally when buildingGravatar Ian Rogers 2-8/+17
2022-11-16tools lib subcmd: Add install targetGravatar Ian Rogers 1-0/+49
2022-11-16tools lib api: Add install targetGravatar Ian Rogers 1-0/+49
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownGravatar Namhyung Kim 1-1/+40
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyGravatar Namhyung Kim 1-11/+47
2022-11-16perf stat: Factor out print_metric_{begin,end}()Gravatar Namhyung Kim 1-22/+34
2022-11-16perf stat: Factor out prefix displayGravatar Namhyung Kim 1-28/+15
2022-11-16perf stat: Move condition to print_footer()Gravatar Namhyung Kim 1-2/+4
2022-11-16perf stat: Rework header displayGravatar Namhyung Kim 1-79/+106
2022-11-16perf stat: Remove impossible conditionGravatar Namhyung Kim 1-3/+0
2022-11-16perf stat: Cleanup interval print alignmentGravatar Namhyung Kim 1-74/+91
2022-11-16perf stat: Factor out prepare_interval()Gravatar Namhyung Kim 1-15/+24
2022-11-16perf stat: Split print_metric_headers() functionGravatar Namhyung Kim 1-15/+37
2022-11-16perf stat: Align cgroup namesGravatar Namhyung Kim 1-1/+1
2022-11-16perf stat: Add before_metric argumentGravatar Namhyung Kim 1-40/+42
2022-11-16perf stat: Handle bad events in abs_printout()Gravatar Namhyung Kim 1-41/+27
2022-11-16perf stat: Factor out print_counter_value() functionGravatar Namhyung Kim 1-28/+53
2022-11-16perf stat: Split aggr_printout() functionGravatar Namhyung Kim 1-99/+121
2022-11-16perf stat: Split print_cgroup() functionGravatar Namhyung Kim 1-2/+19
2022-11-16perf stat: Split print_noise_pct() functionGravatar Namhyung Kim 1-4/+23
2022-11-16perf stat: Split print_running() functionGravatar Namhyung Kim 1-10/+27
2022-11-16perf stat: Clear screen only if output file is a ttyGravatar Namhyung Kim 1-0/+8
2022-11-15perf pmu: Restructure print_pmu_events() to avoid memory allocationsGravatar Ian Rogers 1-98/+110
2022-11-15perf list: Simplify symbol event printingGravatar Ian Rogers 1-58/+21
2022-11-15perf list: Simplify cache event printingGravatar Ian Rogers 1-103/+27
2022-11-15perf list: Generalize limiting to a PMU nameGravatar Ian Rogers 4-13/+18
2022-11-15perf tracepoint: Sort events in iteratorGravatar Ian Rogers 1-71/+37
2022-11-15tools lib api fs tracing_path: Add scandir alphasortGravatar Ian Rogers 2-0/+17
2022-11-15perf pmu: Add data structure documentationGravatar Ian Rogers 2-6/+132
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberGravatar Ian Rogers 5-16/+6
2022-11-14perf stat: Add missing separator in the CSV headerGravatar Namhyung Kim 1-2/+2
2022-11-14perf stat: Fix summary output in CSV with --metric-onlyGravatar Namhyung Kim 1-3/+8
2022-11-14Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 26-69/+36437
2022-11-14perf stat: Consolidate condition to print metricsGravatar Namhyung Kim 1-3/+1
2022-11-14perf stat: Fix condition in print_interval()Gravatar Namhyung Kim 1-2/+2
2022-11-14perf stat: Add header for interval in JSON outputGravatar Namhyung Kim 1-0/+4
2022-11-14perf stat: Do not indent headers for JSONGravatar Namhyung Kim 1-1/+1