summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events: Update events and metrics for broadwellxZhengjun Xing2022-08-132-159/+10
* perf vendor events: Update metrics for broadwelldeZhengjun Xing2022-08-131-0/+6
* perf jevents: Fold strings optimizationIan Rogers2022-08-131-7/+48
* perf jevents: Compress the pmu_events_tableIan Rogers2022-08-131-45/+162
* perf metrics: Copy entire pmu_event in find metricIan Rogers2022-08-132-17/+18
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-1312-91/+101
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-137-182/+313
* perf pmu-events: Move test events/metrics to JSONIan Rogers2022-08-134-81/+132
* perf test: Use full metric resolutionIan Rogers2022-08-131-145/+77
* perf pmu-events: Hide pmu_events_mapIan Rogers2022-08-137-180/+280
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-139-120/+101
* perf pmu-events: Hide pmu_sys_event_tablesIan Rogers2022-08-136-52/+84
* perf jevents: Sort JSON files entriesIan Rogers2022-08-131-13/+35
* perf jevents: Provide path to JSON file on errorIan Rogers2022-08-131-1/+6
* perf jevents: Remove the type/version variablesIan Rogers2022-08-135-16/+0
* perf jevent: Add an 'all' architecture argumentIan Rogers2022-08-134-29/+47
* perf stat: Remove duplicated include in builtin-stat.cYang Li2022-08-121-1/+0
* perf scripting python: Delete repeated word in commentsshaomin Deng2022-08-121-1/+1
* perf tools: Fix double word in commentsshaomin Deng2022-08-121-1/+1
* perf trace: Fix double word in commentsshaomin Deng2022-08-121-1/+1
* perf script: Delete repeated word "from"shaomin Deng2022-08-121-1/+1
* perf test: Fix double word in commentsshaomin Deng2022-08-121-1/+1
* perf record: Improve error message of -p not_existing_pidMartin Liška2022-08-121-2/+9
* perf build-id: Print debuginfod queries if -v option is usedMartin Liška2022-08-121-1/+5
* perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška2022-08-121-11/+11
* perf c2c: Update documentation for new display option 'peer'Leo Yan2022-08-121-7/+24
* perf c2c: Use 'peer' as default display for Arm64Leo Yan2022-08-121-12/+24
* perf c2c: Sort on peer snooping for load operationsLeo Yan2022-08-121-36/+99
* perf c2c: Refactor display stringLeo Yan2022-08-121-5/+5
* perf c2c: Refactor node headerLeo Yan2022-08-121-7/+19
* perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan2022-08-121-20/+20
* perf c2c: Use explicit names for display macrosLeo Yan2022-08-121-29/+29
* perf c2c: Add mean dimensions for peer operationsLeo Yan2022-08-121-0/+28
* perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan2022-08-121-0/+102
* perf c2c: Add dimensions for peer load operationsLeo Yan2022-08-121-0/+30
* perf c2c: Output statistics for peer snoopingLeo Yan2022-08-121-0/+3
* perf mem: Add statistics for peer snoopingLeo Yan2022-08-122-3/+28
* perf arm-spe: Use SPE data source for neoverse coresAli Saidi2022-08-123-16/+127
* perf mem: Print snoop peer flagLeo Yan2022-08-121-3/+15
* perf tools: Sync addition of PERF_MEM_SNOOPX_PEERAli Saidi2022-08-121-1/+1
* perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...Leo Yan2022-08-121-0/+1
* perf tools: Tidy guest option documentationAdrian Hunter2022-08-115-57/+38
* perf inject: Fix missing guestmount option documentationAdrian Hunter2022-08-111-0/+12
* perf script: Fix missing guest option documentationAdrian Hunter2022-08-111-0/+23
* perf offcpu: Update offcpu test for child processNamhyung Kim2022-08-111-7/+50
* perf offcpu: Track child processesNamhyung Kim2022-08-112-0/+37
* perf offcpu: Parse process id separatelyNamhyung Kim2022-08-111-2/+43
* perf offcpu: Check process id for the given workloadNamhyung Kim2022-08-112-1/+8
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-1022-35/+45
* perf tests: Fix Track with sched_switch test for hybrid caseAdrian Hunter2022-08-101-5/+13