summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-01-15perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter
2023-12-08perf intel-pt: Fix async branch flagsAdrian Hunter
2023-11-20perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-11-20perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-10-25perf: Add irq and exception return branch typesAnshuman Khandual
2023-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo
2023-07-23perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-05-17perf evlist: Refactor evlist__for_each_cpu()Ian Rogers
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-03-17tools perf: Fix compilation error with new binutilsAndres Freund
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du
2023-03-10perf intel-pt: pkt-decoder: Add CFE and EVD packetsAdrian Hunter
2023-03-10perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim
2023-03-10perf intel-pt: Add support for emulated ptwriteAdrian Hunter
2023-03-10perf llvm: Fix inadvertent file creationIan Rogers
2023-01-18perf build: Properly guard libbpf includesIan Rogers
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-12perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-12perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2023-01-12perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2023-01-12perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2022-12-31perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong
2022-12-31perf symbol: correction while adjusting symbolAjay Kaher
2022-11-16perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev
2022-11-03perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter
2022-10-29perf: Skip and warn on unknown format 'configN' attrsRob Herring
2022-10-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter
2022-10-12perf parse-events: Identify broken modifiersIan Rogers
2022-09-28perf tools: Honor namespace when synthesizing build-idsNamhyung Kim
2022-09-28perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter
2022-09-28perf jit: Include program header in ELF filesLieven Hey
2022-09-28perf stat: Fix BPF program section nameNamhyung Kim
2022-09-15perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo
2022-08-25perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET
2022-08-17genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo
2022-08-17perf symbol: Fail to read phdr workaroundIan Rogers
2022-08-17perf tools: Fix dso_id inode generation comparisonAdrian Hunter
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan
2022-06-29perf build-id: Fix caching files with a wrong build IDAdrian Hunter
2022-06-29perf arm-spe: Don't set data source if it's not a memory operationLeo Yan
2022-06-09perf tools: Add missing headers needed by util/data.hYang Jihong