summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2023-07-27perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-27perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-07-27perf script: Fixup 'struct evsel_script' method prefixArnaldo Carvalho de Melo1-10/+8
2023-07-27perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2
2023-07-27perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed2-2/+6
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-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2-3/+3
2023-05-17perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-17perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-05-17perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo1-1/+1
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-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller1-12/+0
2023-01-14perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin1-0/+2
2023-01-14perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)1-17/+4
2023-01-14perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)1-2/+2
2023-01-14perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong1-0/+4
2023-01-14perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2023-01-14perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2023-01-14perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2023-01-14perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
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-30perf: Skip and warn on unknown format 'configN' attrsRob Herring5-13/+26
2022-10-30perf pmu: Validate raw event with sysfs exported format bitsJin Yao3-0/+39
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-31perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark1-1/+1
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-08-21genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo1-1/+5
2022-08-21perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-21perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-08-03perf symbol: Correct address for bss symbolsLeo Yan1-4/+41
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-4/+11
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-06-09perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing1-1/+1
2022-06-09perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-06-09perf tools: Use Python devtools for version autodetection rather than runtimeJames Clark1-12/+27
2022-06-09perf 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-09perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim5-50/+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