summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-03-11perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-03-11perf llvm: Fix inadvertent file creationIan Rogers1-1/+24
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-12/+0
2023-01-18perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2
2023-01-18perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2023-01-18perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2023-01-18perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2023-01-18perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2023-01-18perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2023-01-18perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'Arnaldo Carvalho de Melo1-1/+7
2023-01-18perf trace: Allow associating scnprintf routines with well known arg namesArnaldo Carvalho de Melo1-0/+26
2023-01-18perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo2-22/+26
2023-01-18perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo1-10/+18
2023-01-18perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo1-2/+4
2023-01-18perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-11-25perf 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-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter1-2/+7
2022-10-15perf tools: Fixup get_current_dir_name() compilationAlexey Dobriyan1-1/+2
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-08-25genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-25perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-06-14perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing1-1/+1
2022-06-14perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-06-14perf tools: Add missing headers needed by util/data.hYang Jihong1-0/+1
2022-05-25perf bench numa: Address compiler error on s390Thomas Richter1-1/+1
2022-05-15x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-1/+2
2022-04-15tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo1-0/+3
2022-04-15perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-15perf tools: Fix perf's libperf_print callbackAdrian Hunter1-1/+1
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-02perf data: Fix double free in perf_session__delete()Alexey Bayduraev1-4/+3
2022-02-16perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-01-27perf script: Fix hex dump character outputAdrian Hunter1-1/+1
2022-01-05perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo1-2/+0
2021-12-08perf report: Fix memory leaks around perf_tip()Ian Rogers3-14/+17
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2-15/+14
2021-11-26perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-11-26perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed4-0/+4
2021-11-26perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers3-3/+10
2021-11-17perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers1-1/+3
2021-11-02perf script: Check session->header.env.arch before using itSong Liu1-4/+8
2021-09-22perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei1-4/+4
2021-09-22perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0