summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf report: Fix condition in sort__sym_cmp()Namhyung Kim2024-08-191-1/+1
* perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong2024-03-261-1/+1
* perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong2024-03-261-1/+0
* perf genelf: Set ELF program header addresses properlyNamhyung Kim2024-01-251-3/+3
* perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter2023-08-111-0/+2
* perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim2023-08-111-1/+1
* 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 auxtrace: Fix address filter entire kernel sizeAdrian Hunter2023-05-171-1/+4
* perf llvm: Fix inadvertent file creationIan Rogers2023-03-111-1/+24
* perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo2023-02-061-2/+2
* perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-181-1/+1
* perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)2023-01-181-17/+4
* perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)2023-01-181-2/+2
* perf symbol: correction while adjusting symbolAjay Kaher2023-01-181-1/+1
* perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter2022-11-031-1/+9
* perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-261-2/+7
* 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
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-251-1/+5
* perf symbol: Correct address for bss symbolsLeo Yan2022-08-111-4/+41
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-02-161-0/+3
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-081-1/+0
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-221-0/+1
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-08-041-2/+0
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-201-0/+2
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-06-031-1/+5
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-06-031-1/+4
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-221-1/+1
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2021-03-243-0/+23
* perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2021-03-242-2/+3
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-041-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-041-0/+2
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-301-1/+1
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-12-302-3/+3
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2020-12-303-12/+31
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf event: Check ref_reloc_sym before using itIgor Lubashev2020-12-021-3/+4
* Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso2020-11-222-3/+3