summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-11-18perf inject: Fix ARM SPE handlingGerman Gomez
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'weight' sort key behaviorNamhyung Kim
2021-11-13perf tools: Add more weak libbpf functionsJiri Olsa
2021-11-13perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers
2021-11-13perf symbols: Bit pack to save a byteIan Rogers
2021-11-13perf symbols: Add documentation to 'struct symbol'Ian Rogers
2021-11-13perf arm-spe: Support hardware-based PID tracingGerman Gomez
2021-11-13perf arm-spe: Save context ID in recordGerman Gomez
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim
2021-11-13perf arm-spe: Print size using consistent formatAndrew Kilroy
2021-11-13perf cs-etm: Print size using consistent formatAndrew Kilroy
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers
2021-11-13perf expr: Move ID handling to its own functionIan Rogers
2021-11-13perf expr: Add metric literals for topology.Ian Rogers
2021-11-13perf expr: Add literal values starting with #Ian Rogers
2021-11-13perf cputopo: Match thread_siblings to topology ABI nameIan Rogers
2021-11-13perf cputopo: Match die_siblings to topology ABI nameIan Rogers
2021-11-13perf cputopo: Update to use pakage_cpusIan Rogers
2021-11-13perf test: Convert clang tests to test cases.Ian Rogers
2021-11-07perf metric: Fix memory leaksIan Rogers
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-11-07perf stat: Fix memory leak on error pathIan Rogers
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich
2021-11-07perf tools: Refactor out kernel symbol argument sanity checkingJames Clark
2021-11-07perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim
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