aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+2
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...Athira Rajeev2-0/+4
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-22perf bpf: Switch to new btf__raw_data APIHengqi Chen1-1/+1
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter8-2/+45
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-81/+242
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
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers9-39/+39
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers4-4/+4
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers11-36/+36
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers4-0/+9
2021-10-19tools/perf: Add mem_hops field in perf_mem_data_src structureKajol Jain1-1/+18
2021-10-19perf: Add comment about current state of PERF_MEM_LVL_* namespace and remove ...Kajol Jain1-1/+0
2021-10-14perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev1-2/+2
2021-10-08perf kmem: Improve man page for record optionsIan Rogers1-5/+8
2021-10-08perf tools: Enable strict JSON parsingJames Clark1-0/+1
2021-10-08perf tools: Make the JSON parser more conformant when in strict modeJames Clark1-2/+40
2021-10-08perf vendor-events: Fix all remaining invalid JSON filesJames Clark29-44/+44
2021-10-08perf daemon: Remove duplicate sys/file.h includeGuo Zhengkui1-2/+0
2021-10-08perf test evlist-open-close: Use inline func to convert timeval to usecRiccardo Mancini1-1/+6