summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter2021-10-272-0/+3
* | | | perf dlfilter: Add dlfilter-show-cyclesAdrian Hunter2021-10-273-2/+163
* | | | perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter2021-10-274-4/+24
* | | | perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2021-10-273-0/+7
* | | | perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter2021-10-271-0/+1
* | | | perf tests: Improve temp file cleanup in test_arm_coresight.shJames Clark2021-10-261-3/+8
* | | | perf tests: Fix trace+probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-2/+2
* | | | perf test: Fix record+script_probe_vfs_getname.sh /tmp cleanupJames Clark2021-10-261-3/+3
* | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-261-2/+2
|\| | |
| * | | perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev2021-10-141-2/+2
* | | | perf jevents: Fix some would-be warningsJohn Garry2021-10-251-6/+4
* | | | perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark2021-10-251-1/+1
* | | | perf build: Suppress 'rm dlfilter' build messageAdrian Hunter2021-10-251-0/+2
* | | | perf list: Display hybrid PMU events with cpu typeJin Yao2021-10-258-24/+73
* | | | perf powerpc: Add support to expose instruction and data address registers as...Athira Rajeev2021-10-252-0/+4
* | | | perf session: Introduce reader EOF functionAlexey Bayduraev2021-10-251-1/+7
* | | | perf session: Introduce reader return codesAlexey Bayduraev2021-10-251-3/+8
* | | | perf session: Move the event read code to a separate functionAlexey Bayduraev2021-10-251-15/+31
* | | | perf session: Move unmap code to reader__mmapAlexey Bayduraev2021-10-251-17/+13
* | | | perf session: Move reader map code to a separate functionAlexey Bayduraev2021-10-251-15/+28
* | | | perf session: Move init/release code to separate functionsAlexey Bayduraev2021-10-251-13/+32
* | | | perf session: Introduce decompressor in reader objectAlexey Bayduraev2021-10-252-16/+33
* | | | perf session: Move all state items to reader objectAlexey Bayduraev2021-10-251-28/+35
* | | | perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-252-5/+87
* | | | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-208-2/+45
* | | | perf vendor events arm64: Categorise the Neoverse V1 countersAndrew Kilroy2021-10-209-0/+368
* | | | perf vendor events arm64: Add new armv8 pmu eventsAndrew Kilroy2021-10-201-0/+72
* | | | perf vendor events: Syntax corrections in Neoverse N1 jsonAndrew Kilroy2021-10-208-40/+40
* | | | perf metric: Allow modifiers on metricsIan Rogers2021-10-201-27/+98
* | | | perf parse-events: Identify broken modifiersIan Rogers2021-10-201-0/+10
* | | | perf metric: Switch fprintf() to pr_err()Ian Rogers2021-10-201-1/+1
* | | | perf metrics: Modify setup and deduplicationIan Rogers2021-10-201-251/+262
* | | | perf expr: Add subset_of_ids() utilityIan Rogers2021-10-202-0/+17
* | | | perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-206-81/+242
* | | | perf parse-events: Allow config on kernel PMU eventsIan Rogers2021-10-203-32/+52
* | | | perf parse-events: Add new "metric-id" termIan Rogers2021-10-208-45/+107
* | | | perf parse-events: Add const to evsel nameIan Rogers2021-10-206-20/+27
* | | | perf metric: Simplify metric_refs calculationIan Rogers2021-10-201-54/+23
* | | | perf metric: Document the internal 'struct metric'Ian Rogers2021-10-201-0/+20
* | | | perf metric: Comment data structuresIan Rogers2021-10-201-0/+27
* | | | perf metric: Modify resolution and recursion checkIan Rogers2021-10-205-270/+179
* | | | perf metric: Only add a referenced metric onceIan Rogers2021-10-201-3/+9
* | | | perf metric: Add metric new() and free() methodsIan Rogers2021-10-201-62/+75
* | | | perf metric: Add documentation and rename a variable.Ian Rogers2021-10-201-5/+54
* | | | perf metric: Move runtime value to the expr contextIan Rogers2021-10-206-28/+31
* | | | perf pmu: Make pmu_event tables const.Ian Rogers2021-10-209-39/+39
* | | | perf pmu: Make pmu_sys_event_tables const.Ian Rogers2021-10-204-4/+4
* | | | perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-2011-36/+36
* | | | tools lib: Adopt list_sort() from the kernel sourcesIan Rogers2021-10-204-0/+9
* | | | perf kmem: Improve man page for record optionsIan Rogers2021-10-081-5/+8