summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo2022-01-071-19/+0
* perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
* perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2021-12-281-0/+1
* perf expr: Fix return value of ids__new()Miaoqian Lin2021-12-281-1/+6
* perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin2021-12-181-0/+5
* perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin2021-12-111-1/+1
* perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-111-0/+1
* perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-111-3/+8
* perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-111-0/+1
* perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-111-4/+28
* perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-111-19/+13
* perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-111-1/+1
* perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-111-3/+4
* perf tools: Prevent out-of-bounds access to registersGerman Gomez2021-12-112-1/+7
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
* perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-183-15/+20
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-11-182-8/+8
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-11-181-1/+0
* perf inject: Fix ARM SPE handlingGerman Gomez2021-11-181-0/+15
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-183-11/+7
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-183-25/+12
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-183-27/+13
* perf tools: Add more weak libbpf functionsJiri Olsa2021-11-131-0/+27
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-133-3/+10
* perf symbols: Factor out annotation init/exitIan Rogers2021-11-133-1/+22
* perf symbols: Bit pack to save a byteIan Rogers2021-11-132-3/+3
* perf symbols: Add documentation to 'struct symbol'Ian Rogers2021-11-131-3/+14
* perf arm-spe: Support hardware-based PID tracingGerman Gomez2021-11-131-29/+70
* perf arm-spe: Save context ID in recordGerman Gomez2021-11-132-0/+3
* perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim2021-11-131-0/+25
* perf arm-spe: Print size using consistent formatAndrew Kilroy2021-11-131-1/+1
* perf cs-etm: Print size using consistent formatAndrew Kilroy2021-11-131-1/+1
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-137-12/+54
* perf expr: Move ID handling to its own functionIan Rogers2021-11-131-26/+35
* perf expr: Add metric literals for topology.Ian Rogers2021-11-131-0/+27
* perf expr: Add literal values starting with #Ian Rogers2021-11-134-6/+30
* perf cputopo: Match thread_siblings to topology ABI nameIan Rogers2021-11-133-18/+25
* perf cputopo: Match die_siblings to topology ABI nameIan Rogers2021-11-133-20/+25
* perf cputopo: Update to use pakage_cpusIan Rogers2021-11-133-15/+28
* perf test: Convert clang tests to test cases.Ian Rogers2021-11-132-7/+7
* perf metric: Fix memory leaksIan Rogers2021-11-071-1/+4
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-073-6/+19
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-075-69/+69
* perf stat: Fix memory leak on error pathIan Rogers2021-11-071-0/+1
* perf tools: Use __BYTE_ORDER__Ilya Leoshkevich2021-11-077-10/+10
* perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2021-11-072-0/+24
* perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao2021-11-071-0/+4