summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim
2022-11-23perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim
2022-11-23perf test: Add 'sqrtloop' test workloadNamhyung Kim
2022-11-23perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim
2022-11-23perf test: Add 'leafloop' test workloadNamhyung Kim
2022-11-20perf test: Replace record test workload with thloopNamhyung Kim
2022-11-20perf test: Add 'thloop' test workloadNamhyung Kim
2022-11-20perf test: Replace pipe test workload with noploopNamhyung Kim
2022-11-20perf test: Add -w/--workload optionNamhyung Kim
2022-11-20tools lib traceevent: Make install_headers clearerIan Rogers
2022-11-20tools lib subcmd: Make install_headers clearerIan Rogers
2022-11-20tools lib perf: Make install_headers clearerIan Rogers
2022-11-20tools lib symbol: Clean up build outputIan Rogers
2022-11-20tools lib bpf: Avoid install_headers make warningIan Rogers
2022-11-20tools lib api: Clean up install_headersIan Rogers
2022-11-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-18Merge tag 'char-misc-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo
2022-11-16perf build: Use tools/lib headers from install pathIan Rogers
2022-11-16perf cpumap: Tidy libperf includesIan Rogers
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