summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf build-id: Fix caching files with a wrong build IDAdrian Hunter2022-06-291-0/+28
* perf arm-spe: Don't set data source if it's not a memory operationLeo Yan2022-06-291-14/+8
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-091-0/+1
* perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-251-1/+3
* perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2022-05-092-6/+0
* perf symbol: Update symbols__fixup_end()Namhyung Kim2022-05-091-4/+25
* perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim2022-05-093-5/+6
* perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes2022-05-091-1/+2
* perf tools: Fix misleading add event PMU debug messageAdrian Hunter2022-04-201-2/+3
* perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-131-2/+4
* perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-131-0/+2
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-131-3/+12
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-03-021-4/+3
* perf evlist: Fix failed to use cpu list for uncore eventsZhengjun Xing2022-03-021-2/+2
* perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-231-1/+2
* perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-081-9/+10
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-271-0/+3
* perf script: Fix hex dump character outputAdrian Hunter2022-01-271-1/+1
* perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-271-8/+17
* perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2022-01-051-0/+1
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-173-20/+26
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-141-1/+1
* perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-141-0/+1
* perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-141-3/+8
* perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-141-0/+1
* perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-141-4/+28
* perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-141-19/+13
* perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-141-1/+1
* perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-141-3/+4
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-12-082-8/+8
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-081-1/+0
* perf inject: Fix ARM SPE handlingGerman Gomez2021-12-081-0/+15
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-12-083-11/+7
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-12-083-25/+12
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-12-083-27/+13
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-253-3/+10
* perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-181-1/+3
* x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-11-181-0/+2
* perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev2021-10-141-2/+2
* perf config: Refine error message to eliminate confusionLike Xu2021-09-271-1/+1
* perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko2021-09-181-0/+3
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-181-0/+1
* perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
* perf tools: Fix hybrid config terms list corruptionAdrian Hunter2021-09-112-9/+27
* perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-113-13/+19
* perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter2021-09-111-1/+4
* perf bpf: Provide a weak btf__load_from_kernel_by_id() for older libbpf versionsArnaldo Carvalho de Melo2021-09-101-0/+8
* perf report: Add support to print a textual representation of IBS raw sample ...Kim Phillips2021-09-104-1/+303
* perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappingsKim Phillips2021-09-102-0/+83