aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin1-1/+1
2021-12-11perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-11perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-11perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-11perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-11perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usageAdrian Hunter1-3/+4
2021-12-11perf tools: Prevent out-of-bounds access to registersGerman Gomez2-1/+7
2021-12-06perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu3-20/+26
2021-12-06perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu3-5/+3
2021-12-06perf header: Fix memory leaks when processing feature headersIan Rogers1-5/+10
2021-12-06perf tools: Fix SMT detection fast read pathIan Rogers1-1/+1
2021-11-18perf evsel: Fix memory leaks relating to unitIan Rogers3-15/+20
2021-11-18perf report: Fix memory leaks around perf_tip()Ian Rogers2-8/+8
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers1-1/+0
2021-11-18perf inject: Fix ARM SPE handlingGerman Gomez1-0/+15
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim3-11/+7
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim3-25/+12
2021-11-18perf sort: Fix the 'weight' sort key behaviorNamhyung Kim3-27/+13
2021-11-13perf tools: Add more weak libbpf functionsJiri Olsa1-0/+27
2021-11-13perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers3-3/+10
2021-11-13perf symbols: Factor out annotation init/exitIan Rogers3-1/+22
2021-11-13perf symbols: Bit pack to save a byteIan Rogers2-3/+3
2021-11-13perf symbols: Add documentation to 'struct symbol'Ian Rogers1-3/+14
2021-11-13perf arm-spe: Support hardware-based PID tracingGerman Gomez1-29/+70
2021-11-13perf arm-spe: Save context ID in recordGerman Gomez2-0/+3
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim1-0/+25
2021-11-13perf arm-spe: Print size using consistent formatAndrew Kilroy1-1/+1
2021-11-13perf cs-etm: Print size using consistent formatAndrew Kilroy1-1/+1
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers7-12/+54
2021-11-13perf expr: Move ID handling to its own functionIan Rogers1-26/+35
2021-11-13perf expr: Add metric literals for topology.Ian Rogers1-0/+27
2021-11-13perf expr: Add literal values starting with #Ian Rogers4-6/+30
2021-11-13perf cputopo: Match thread_siblings to topology ABI nameIan Rogers3-18/+25
2021-11-13perf cputopo: Match die_siblings to topology ABI nameIan Rogers3-20/+25
2021-11-13perf cputopo: Update to use pakage_cpusIan Rogers3-15/+28
2021-11-13perf test: Convert clang tests to test cases.Ian Rogers2-7/+7
2021-11-07perf metric: Fix memory leaksIan Rogers1-1/+4
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers3-6/+19
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