aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-08perf mmap: Introduce mmap_cpu_mask__duplicate()Riccardo Mancini2-0/+14
2021-10-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo27-97/+514
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov1-0/+2
2021-10-05perf tests attr: Add missing topdown metrics eventsKan Liang4-52/+440
2021-10-05perf build: Fix plugin static linking with libopencsd on ARM and ARM64Branislav Rankov1-1/+1
2021-10-05perf build: Add missing -lstdc++ when linking with libopencsdBranislav Rankov1-1/+1
2021-10-05perf jevents: Free the sys_event_tables list after processing entriesLike Xu1-0/+2
2021-10-04perf srcline: Use long-running addr2line per DSOTony Garnock-Jones1-88/+250
2021-09-29perf tests vmlinux-kallsyms: Ignore hidden symbolsMichael Petlan1-0/+102
2021-09-29perf metric: Avoid events for an 'if' constant resultIan Rogers2-0/+17
2021-09-29perf metric: Don't compute unused eventsIan Rogers2-7/+34
2021-09-29perf expr: Propagate constants for binary operationsIan Rogers1-18/+45
2021-09-29perf expr: Merge find_ids and regular parsingIan Rogers4-59/+136
2021-09-29perf metric: Allow metrics with no eventsIan Rogers1-50/+56
2021-09-29perf metric: Add utilities to work on ids map.Ian Rogers3-4/+126
2021-09-29perf metric: Rename expr__find_other.Ian Rogers6-26/+25
2021-09-29perf expr: Move actions to the left.Ian Rogers1-49/+75
2021-09-29perf expr: Use macros for operatorsIan Rogers1-8/+14
2021-09-29perf expr: Separate token declataion from typeIan Rogers1-5/+4
2021-09-29perf expr: Remove unused headers and inline d_ratioIan Rogers1-15/+7
2021-09-29perf metric: Use NAN for missing event IDs.Ian Rogers1-5/+4