summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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-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-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
2022-11-10perf print-events: Remove redundant comparison with zeroKang Minchul
2022-11-10perf data: Add tracepoint fields when converting to JSONDmitrii Dolgov
2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2022-11-08perf test: Fix skipping branch stack sampling testJames Clark
2022-11-08perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev
2022-11-08perf stat: Fix crash with --per-node --metric-only in CSV modeNamhyung Kim
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)
2022-10-31perf lock contention: Increase default stack skip to 4Namhyung Kim
2022-10-31perf lock contention: Avoid variable length arraysNamhyung Kim
2022-10-31perf lock contention: Fix memory sanitizer issueNamhyung Kim
2022-10-31perf evlist: Add missing util/event.h headerArnaldo Carvalho de Melo
2022-10-31perf mmap: Remove several unneeded includes from util/mmap.hArnaldo Carvalho de Melo
2022-10-31perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo
2022-10-31perf symbol: Move addr_location__put() from event.hArnaldo Carvalho de Melo
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo