aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter3-6/+8
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter2-0/+3
2021-10-27perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter3-2/+163
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter4-4/+24
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter3-0/+7
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter1-0/+1
2021-10-26tools build: Drop needless slang include path in test-allJohn Keeping1-1/+1
2021-10-26perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark1-3/+8
2021-10-26perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark1-2/+2
2021-10-26perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark1-3/+3
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo26-210/+657
2021-10-25perf jevents: Fix some would-be warningsJohn Garry1-6/+4
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark1-1/+1
2021-10-25perf build: Suppress 'rm dlfilter' build messageAdrian Hunter1-0/+2
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao8-24/+73
2021-10-25perf powerpc: Add support to expose instruction and data address registers as part of extended regsAthira Rajeev3-4/+11
2021-10-25perf powerpc: Refactor the code definition of perf reg extended mask in tools side header fileAthira Rajeev1-8/+13
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev1-1/+7
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev1-3/+8
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev1-15/+31
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev1-17/+13
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev1-15/+28
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev1-13/+32
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev2-16/+33
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev1-28/+35
2021-10-25perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2-5/+87
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-5/+415
2021-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+145
2021-10-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter10-2/+66
2021-10-20perf vendor events arm64: Categorise the Neoverse V1 countersAndrew Kilroy9-0/+368
2021-10-20perf vendor events arm64: Add new armv8 pmu eventsAndrew Kilroy1-0/+72
2021-10-20perf vendor events: Syntax corrections in Neoverse N1 jsonAndrew Kilroy8-40/+40
2021-10-20perf metric: Allow modifiers on metricsIan Rogers1-27/+98
2021-10-20perf parse-events: Identify broken modifiersIan Rogers1-0/+10
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers1-1/+1
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers1-251/+262
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers2-0/+17
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers6-79/+240
2021-10-20perf parse-events: Allow config on kernel PMU eventsIan Rogers3-32/+52
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers8-45/+107
2021-10-20perf parse-events: Add const to evsel nameIan Rogers6-20/+27
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers1-54/+23
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers1-0/+20
2021-10-20perf metric: Comment data structuresIan Rogers1-0/+27
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers5-270/+179
2021-10-20perf metric: Only add a referenced metric onceIan Rogers1-3/+9
2021-10-20perf metric: Add metric new() and free() methodsIan Rogers1-62/+75
2021-10-20perf metric: Add documentation and rename a variable.Ian Rogers1-5/+54
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers6-28/+31