summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2023-07-23perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen1-2/+15
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov1-0/+5
2023-05-17perf evlist: Refactor evlist__for_each_cpu()Ian Rogers3-73/+124
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring1-2/+1
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-03-17tools perf: Fix compilation error with new binutilsAndres Freund1-3/+4
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du3-6/+13
2023-03-10perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter3-0/+75
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2-0/+9
2023-03-10perf intel-pt: Add support for emulated ptwriteAdrian Hunter5-3/+136
2023-03-10perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-01-18perf build: Properly guard libbpf includesIan Rogers1-0/+6
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-12perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim1-5/+18
2023-01-12perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2
2023-01-12perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2023-01-12perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2022-12-31perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong1-0/+4
2022-12-31perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-11-16perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev1-1/+1
2022-11-03perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-29perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-12perf parse-events: Identify broken modifiersIan Rogers1-0/+10
2022-09-28perf tools: Honor namespace when synthesizing build-idsNamhyung Kim1-3/+14
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter1-5/+2
2022-09-28perf jit: Include program header in ELF filesLieven Hey2-0/+18
2022-09-28perf stat: Fix BPF program section nameNamhyung Kim1-1/+1
2022-09-15perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo1-1/+2
2022-08-25perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter1-3/+11
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-17genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-17perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-17perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
2022-06-29perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-29perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-09perf tools: Add missing headers needed by util/data.hYang Jihong1-0/+1
2022-05-25perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo1-1/+3
2022-05-09perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2-6/+0
2022-05-09perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-05-09perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-05-09perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+2
2022-04-20perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-13perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-13perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo1-0/+2