summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2021-11-06perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers
2021-11-06Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-11-04perf clang: Fixes for more recent LLVM/clangIan Rogers
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-01perf bpf: Pull in bpf_program__get_prog_info_linear()Dave Marchevsky
2021-11-01Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan
2021-10-27perf script: Show binary offsets for userspace addrLexi Shao
2021-10-27perf intel-pt: Support itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter
2021-10-27perf intel-pt: Support itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter
2021-10-27perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev
2021-10-25perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-22perf bpf: Switch to new btf__raw_data APIHengqi Chen
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-20perf metric: Allow modifiers on metricsIan Rogers
2021-10-20perf parse-events: Identify broken modifiersIan Rogers
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers
2021-10-20perf expr: Add subset_of_ids() utilityIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf parse-events: Allow config on kernel PMU eventsIan Rogers
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers
2021-10-20perf parse-events: Add const to evsel nameIan Rogers
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers
2021-10-20perf metric: Comment data structuresIan Rogers
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers
2021-10-20perf metric: Only add a referenced metric onceIan Rogers
2021-10-20perf metric: Add metric new() and free() methodsIan Rogers
2021-10-20perf metric: Add documentation and rename a variable.Ian Rogers
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers