summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao7-9/+77
2021-04-29perf parse-events: Support event inside hybrid pmuJin Yao1-0/+63
2021-04-29perf parse-events: Compare with hybrid pmu nameJin Yao5-8/+34
2021-04-29perf parse-events: Create two hybrid raw eventsJin Yao1-1/+37
2021-04-29perf parse-events: Create two hybrid cache eventsJin Yao3-1/+37
2021-04-29perf parse-events: Create two hybrid hardware eventsJin Yao5-0/+141
2021-04-29perf stat: Uniquify hybrid event nameJin Yao4-2/+21
2021-04-29perf pmu: Add hybrid helper functionsJin Yao4-0/+57
2021-04-29perf pmu: Save detected hybrid pmus to a global pmu listJin Yao5-1/+80
2021-04-29perf pmu: Save pmu nameJin Yao2-1/+10
2021-04-29perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao1-20/+16
2021-04-29perf jevents: Support unit value "cpu_core" and "cpu_atom"Jin Yao1-0/+2
2021-04-29perf report: Print percentage of each event statisticsNamhyung Kim1-1/+9
2021-04-29perf report: Make --skip-empty as defaultNamhyung Kim2-0/+11
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim9-13/+35
2021-04-29perf report: Show event sample counts in --stat outputNamhyung Kim1-0/+14
2021-04-29perf hists: Split hists_stats from events_statsNamhyung Kim7-29/+42
2021-04-29perf top: Use evlist->events_stat to count eventsNamhyung Kim1-12/+8
2021-04-29perf data: Add JSON exportNicholas Fraser7-21/+418
2021-04-29perf stat: Introduce bpf_counter_ops->disable()Song Liu4-0/+43
2021-04-29perf stat: Introduce ':b' modifierSong Liu4-3/+10
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu7-23/+63
2021-04-29perf bpf: check perf_attr_map is compatible with the perf binarySong Liu1-0/+19
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu1-24/+3
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+6
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-20/+30
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-04-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-4/+7
2021-04-25perf vendor events intel: Add missing skylake & icelake model numbersJin Yao1-0/+3
2021-04-23perf map: Fix error return code in maps__clone()Zhen Lei1-2/+5
2021-04-23perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter1-1/+1
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan1-1/+1
2021-04-22perf tools: Update topdown documentation to permit rdpmc callsRay Kinsella1-0/+18
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei1-2/+3
2021-04-20perf tools: Add a build-test variant to use in builds from a tarballArnaldo Carvalho de Melo2-3/+24
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei1-2/+3
2021-04-20perf arm64: Fix off-by-one directory paths.Ian Rogers3-6/+6
2021-04-20perf annotate: Add line number like in TUI and source location at EOLMartin Liška1-16/+14
2021-04-20perf: Update .gitignore fileAlexander Antonov1-0/+1
2021-04-20perf stat: Enable iostat mode for x86 platformsAlexander Antonov6-1/+466
2021-04-20perf stat: Helper functions for PCIe root ports list in iostat modeAlexander Antonov1-0/+110
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov7-12/+156
2021-04-20perf vendor events: Initial JSON/events list for power10 platformKajol Jain11-0/+1296
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+7
2021-04-16perf intel-pt: Use aux_watermarkAlexander Shishkin1-0/+6
2021-04-15perf beauty: Fix fsconfig generatorVitaly Chikunov1-4/+3
2021-04-15perf record: Improve 'Workload failed' message printing events + what was exe...Arnaldo Carvalho de Melo1-2/+6
2021-04-15perf evlist: Add a method to return the list of evsels as a stringArnaldo Carvalho de Melo2-0/+21
2021-04-14perf annotate: Fix sample events lost in stdio modeYang Jihong1-14/+15
2021-04-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-5/+7