summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-09-23perf tools: Add an option to build without libbfdIan Rogers
2023-09-23perf jevents: Make build dependency on test JSONsJohn Garry
2023-09-23tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo
2023-09-23perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-09-23perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-09-23perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2023-09-23perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller
2023-07-27perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
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 vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain
2023-05-17perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-05-17perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-05-17perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo
2023-03-11perf tools: Fix auto-complete on aarch64Yicong Yang
2023-03-11perf llvm: Fix inadvertent file creationIan Rogers
2023-01-18perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2023-01-18parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2023-01-18perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2023-01-18perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2023-01-18perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2023-01-18perf symbol: correction while adjusting symbolAjay Kaher
2023-01-18perf trace: Handle failure when trace point folder is missedLeo Yan
2023-01-18perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan
2023-01-18perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'Arnaldo Carvalho de Melo
2023-01-18perf trace: Allow associating scnprintf routines with well known arg namesArnaldo Carvalho de Melo
2023-01-18perf trace: Add the syscall_arg_fmt pointer to syscall_argArnaldo Carvalho de Melo
2023-01-18perf trace: Factor out the initialization of syscal_arg_fmt->scnprintfArnaldo Carvalho de Melo
2023-01-18perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variableArnaldo Carvalho de Melo
2023-01-18perf trace: Return error if a system call doesn't existLeo Yan
2022-11-25perf 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-26perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter
2022-10-15perf tools: Fixup get_current_dir_name() compilationAlexey Dobriyan
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-08-25genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo
2022-08-25perf symbol: Fail to read phdr workaroundIan Rogers
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan
2022-06-14perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing
2022-06-14perf c2c: Use stdio interface if slang is not supportedLeo Yan
2022-06-14perf tools: Add missing headers needed by util/data.hYang Jihong
2022-05-25perf bench numa: Address compiler error on s390Thomas Richter
2022-05-15x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu
2022-04-15tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo
2022-04-15perf session: Remap buf if there is no space for eventDenis Nikitin
2022-04-15perf tools: Fix perf's libperf_print callbackAdrian Hunter