summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen2023-07-051-2/+15
* perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-171-0/+5
* perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2023-05-173-73/+124
* perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-171-1/+1
* perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring2023-05-171-2/+1
* perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo2023-05-171-1/+1
* perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter2023-05-111-0/+2
* perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter2023-05-111-1/+4
* tools perf: Fix compilation error with new binutilsAndres Freund2023-03-171-3/+4
* perf stat: Fix counting when initial delay configuredChangbin Du2023-03-173-6/+13
* perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter2023-03-103-0/+75
* perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2023-03-102-0/+9
* perf intel-pt: Add support for emulated ptwriteAdrian Hunter2023-03-105-3/+136
* perf llvm: Fix inadvertent file creationIan Rogers2023-03-101-1/+24
* perf build: Properly guard libbpf includesIan Rogers2023-01-181-0/+6
* perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-181-1/+1
* perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim2023-01-121-5/+18
* perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin2023-01-121-0/+2
* perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)2023-01-121-17/+4
* perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)2023-01-121-2/+2
* perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-311-0/+4
* perf symbol: correction while adjusting symbolAjay Kaher2022-12-311-1/+1
* perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev2022-11-161-1/+1
* perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter2022-11-031-1/+9
* perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-295-13/+26
* perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-261-2/+7
* perf parse-events: Identify broken modifiersIan Rogers2022-10-121-0/+10
* perf tools: Honor namespace when synthesizing build-idsNamhyung Kim2022-09-281-3/+14
* perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-281-5/+2
* perf jit: Include program header in ELF filesLieven Hey2022-09-282-0/+18
* perf stat: Fix BPF program section nameNamhyung Kim2022-09-281-1/+1
* perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-09-151-1/+2
* perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter2022-08-251-3/+11
* perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET2022-08-251-2/+4
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-171-1/+5
* perf symbol: Fail to read phdr workaroundIan Rogers2022-08-171-7/+20
* perf tools: Fix dso_id inode generation comparisonAdrian Hunter2022-08-171-2/+13
* perf symbol: Correct address for bss symbolsLeo Yan2022-08-031-4/+41
* 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