summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers5-69/+69
2021-11-07perf stat: Fix memory leak on error pathIan Rogers1-0/+1
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich7-10/+10
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2-0/+24
2021-11-07perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao1-0/+4
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria2-5/+8
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim4-5/+42
2021-11-06perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers1-1/+3
2021-11-06Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-3/+21
2021-11-04perf clang: Fixes for more recent LLVM/clangIan Rogers1-8/+13
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2021-11-02Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2021-11-02perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky10-32/+373
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+18
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2-2/+88
2021-10-28perf script: Show binary offsets for userspace addrLexi Shao1-3/+9
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter2-6/+7
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter1-0/+2
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter3-4/+14
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2-0/+6
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter1-0/+1
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+2
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark1-1/+1
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao6-12/+39
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 Hunter1-4/+81
2021-10-23perf bpf: Switch to new btf__raw_data APIHengqi Chen1-1/+1
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter6-0/+41
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 Rogers4-78/+228
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 Rogers4-265/+174
2021-10-20perf metric: Only add a referenced metric onceIan Rogers1-3/+9