aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12perf stat: Remove duplicated include in builtin-stat.cYang Li1-1/+0
2022-08-12perf scripting python: Delete repeated word in commentsshaomin Deng1-1/+1
2022-08-12perf tools: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12perf trace: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12perf script: Delete repeated word "from"shaomin Deng1-1/+1
2022-08-12perf test: Fix double word in commentsshaomin Deng1-1/+1
2022-08-12perf record: Improve error message of -p not_existing_pidMartin Liška1-2/+9
2022-08-12perf build-id: Print debuginfod queries if -v option is usedMartin Liška1-1/+5
2022-08-12perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška1-11/+11
2022-08-11perf c2c: Update documentation for new display option 'peer'Leo Yan1-7/+24
2022-08-11perf c2c: Use 'peer' as default display for Arm64Leo Yan1-12/+24
2022-08-11perf c2c: Sort on peer snooping for load operationsLeo Yan1-36/+99
2022-08-11perf c2c: Refactor display stringLeo Yan1-5/+5
2022-08-11perf c2c: Refactor node headerLeo Yan1-7/+19
2022-08-11perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan1-20/+20
2022-08-11perf c2c: Use explicit names for display macrosLeo Yan1-29/+29
2022-08-11perf c2c: Add mean dimensions for peer operationsLeo Yan1-0/+28
2022-08-11perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan1-0/+102
2022-08-11perf c2c: Add dimensions for peer load operationsLeo Yan1-0/+30
2022-08-11perf c2c: Output statistics for peer snoopingLeo Yan1-0/+3
2022-08-11perf mem: Add statistics for peer snoopingLeo Yan2-3/+28
2022-08-11perf arm-spe: Use SPE data source for neoverse coresAli Saidi3-16/+127
2022-08-11perf mem: Print snoop peer flagLeo Yan1-3/+15
2022-08-11perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h when building arm_spe.hLeo Yan1-0/+1
2022-08-11perf tools: Tidy guest option documentationAdrian Hunter5-57/+38
2022-08-11perf inject: Fix missing guestmount option documentationAdrian Hunter1-0/+12
2022-08-11perf script: Fix missing guest option documentationAdrian Hunter1-0/+23
2022-08-11perf offcpu: Update offcpu test for child processNamhyung Kim1-7/+50
2022-08-11perf offcpu: Track child processesNamhyung Kim2-0/+37
2022-08-11perf offcpu: Parse process id separatelyNamhyung Kim1-2/+43
2022-08-11perf offcpu: Check process id for the given workloadNamhyung Kim2-1/+8
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter22-35/+45
2022-08-10perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter1-5/+13
2022-08-10perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-10perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter1-0/+1
2022-08-10perf script: Fix reference to perf insert instead of perf injectAdrian Hunter1-1/+1
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong1-1/+1
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong1-4/+4
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-10perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins1-2/+7
2022-08-10perf list: Add PMU pai_crypto event description for IBM z16Thomas Richter2-0/+1102
2022-08-10perf vendor events: Remove bad jaketown uncore eventsIan Rogers3-54/+0
2022-08-10perf vendor events: Remove bad ivytown uncore eventsIan Rogers4-123/+0
2022-08-10perf vendor events: Remove bad broadwellde uncore eventsIan Rogers2-110/+0
2022-08-10perf jevents: Add JEVENTS_ARCH make optionIan Rogers1-1/+5
2022-08-10perf jevents: Simplify generation of C-stringIan Rogers1-10/+4
2022-08-10perf jevents: Clean up pytype warningsIan Rogers1-7/+6
2022-08-10perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled} settingRoberto Sassu1-10/+3
2022-08-10perf test: JSON format checkingClaire Jensen3-1/+245
2022-08-10perf stat: Add JSON output optionClaire Jensen5-106/+307