summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-11-16perf thread_map: Reduce exposure of libperf internal APIIan Rogers
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-16perf build: Install libsymbol locally when buildingIan Rogers
2022-11-16tool lib symbol: Add Makefile/BuildIan Rogers
2022-11-16tools lib perf: Add missing install headersIan Rogers
2022-11-16tools lib api: Add missing install headersIan Rogers
2022-11-16perf build: Install libtraceevent locally when buildingIan Rogers
2022-11-16perf build: Install libperf locally when buildingIan Rogers
2022-11-16perf build: Install libapi locally when buildingIan Rogers
2022-11-16perf build: Install libsubcmd locally when buildingIan Rogers
2022-11-16tools lib subcmd: Add install targetIan Rogers
2022-11-16tools lib api: Add install targetIan Rogers
2022-11-16perf stat: Add print_aggr_cgroup() for --for-each-cgroup and --topdownNamhyung Kim
2022-11-16perf stat: Support --for-each-cgroup and --metric-onlyNamhyung Kim
2022-11-16perf stat: Factor out print_metric_{begin,end}()Namhyung Kim
2022-11-16perf stat: Factor out prefix displayNamhyung Kim
2022-11-16perf stat: Move condition to print_footer()Namhyung Kim
2022-11-16perf stat: Rework header displayNamhyung Kim
2022-11-16perf stat: Remove impossible conditionNamhyung Kim
2022-11-16perf stat: Cleanup interval print alignmentNamhyung Kim
2022-11-16perf stat: Factor out prepare_interval()Namhyung Kim
2022-11-16perf stat: Split print_metric_headers() functionNamhyung Kim
2022-11-16perf stat: Align cgroup namesNamhyung Kim
2022-11-16perf stat: Add before_metric argumentNamhyung Kim
2022-11-16perf stat: Handle bad events in abs_printout()Namhyung Kim
2022-11-16perf stat: Factor out print_counter_value() functionNamhyung Kim
2022-11-16perf stat: Split aggr_printout() functionNamhyung Kim
2022-11-16perf stat: Split print_cgroup() functionNamhyung Kim
2022-11-16perf stat: Split print_noise_pct() functionNamhyung Kim
2022-11-16perf stat: Split print_running() functionNamhyung Kim
2022-11-16perf stat: Clear screen only if output file is a ttyNamhyung Kim
2022-11-15perf pmu: Restructure print_pmu_events() to avoid memory allocationsIan Rogers
2022-11-15perf list: Simplify symbol event printingIan Rogers
2022-11-15perf list: Simplify cache event printingIan Rogers
2022-11-15perf list: Generalize limiting to a PMU nameIan Rogers
2022-11-15perf tracepoint: Sort events in iteratorIan Rogers
2022-11-15tools lib api fs tracing_path: Add scandir alphasortIan Rogers
2022-11-15perf pmu: Add data structure documentationIan Rogers
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers
2022-11-14perf stat: Add missing separator in the CSV headerNamhyung Kim
2022-11-14perf stat: Fix summary output in CSV with --metric-onlyNamhyung Kim
2022-11-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-14perf stat: Consolidate condition to print metricsNamhyung Kim
2022-11-14perf stat: Fix condition in print_interval()Namhyung Kim
2022-11-14perf stat: Add header for interval in JSON outputNamhyung Kim
2022-11-14perf stat: Do not indent headers for JSONNamhyung Kim
2022-11-14perf stat: Fix --metric-only --json outputNamhyung Kim
2022-11-14perf stat: Move common code in print_metric_headers()Namhyung Kim
2022-11-14perf stat: Clear screen only if output file is a ttyNamhyung Kim
2022-11-14perf stat: Increase metric length to align outputsNamhyung Kim