aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-13perf jevents: Fold strings optimizationIan Rogers1-7/+48
2022-08-13perf jevents: Compress the pmu_events_tableIan Rogers1-45/+162
2022-08-13perf metrics: Copy entire pmu_event in find metricIan Rogers2-17/+18
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers12-91/+101
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers7-182/+313
2022-08-13perf pmu-events: Move test events/metrics to JSONIan Rogers4-81/+132
2022-08-13perf test: Use full metric resolutionIan Rogers1-145/+77
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers7-180/+280
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers9-120/+101
2022-08-13perf pmu-events: Hide pmu_sys_event_tablesIan Rogers6-52/+84
2022-08-13perf jevents: Sort JSON files entriesIan Rogers1-13/+35
2022-08-13perf jevents: Provide path to JSON file on errorIan Rogers1-1/+6
2022-08-13perf jevents: Remove the type/version variablesIan Rogers5-16/+0
2022-08-13perf jevent: Add an 'all' architecture argumentIan Rogers4-29/+47
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+1
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-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-3/+4
2022-08-12wireguard: selftests: set CONFIG_NONPORTABLE on riscv32Jason A. Donenfeld1-0/+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 tools: Sync addition of PERF_MEM_SNOOPX_PEERAli Saidi1-1/+1
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-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+889