summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter2021-10-273-4/+14
* | | | perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2021-10-272-0/+6
* | | | perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter2021-10-271-0/+1
* | | | 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 dso: Fix /proc/kcore access on 32 bit systemsJames Clark2021-10-251-1/+1
* | | perf list: Display hybrid PMU events with cpu typeJin Yao2021-10-256-12/+39
* | | 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-251-4/+81
* | | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-206-0/+41
* | | 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-204-78/+228
* | | 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-204-265/+174
* | | 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-204-16/+18
* | | perf pmu: Make pmu_event tables const.Ian Rogers2021-10-205-27/+27
* | | perf pmu: Make pmu_sys_event_tables const.Ian Rogers2021-10-201-1/+1
* | | perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-205-22/+22
* | | tools lib: Adopt list_sort() from the kernel sourcesIan Rogers2021-10-202-0/+6
* | | perf mmap: Introduce mmap_cpu_mask__duplicate()Riccardo Mancini2021-10-082-0/+14
* | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-081-1/+1
|\| |
| * | perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1
* | | perf srcline: Use long-running addr2line per DSOTony Garnock-Jones2021-10-041-88/+250
* | | perf metric: Avoid events for an 'if' constant resultIan Rogers2021-09-291-0/+10
* | | perf metric: Don't compute unused eventsIan Rogers2021-09-291-7/+23
* | | perf expr: Propagate constants for binary operationsIan Rogers2021-09-291-18/+45
* | | perf expr: Merge find_ids and regular parsingIan Rogers2021-09-294-59/+136
* | | perf metric: Allow metrics with no eventsIan Rogers2021-09-291-50/+56
* | | perf metric: Add utilities to work on ids map.Ian Rogers2021-09-292-4/+79
* | | perf metric: Rename expr__find_other.Ian Rogers2021-09-294-7/+7
* | | perf expr: Move actions to the left.Ian Rogers2021-09-291-49/+75