summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
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-10perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
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-19perf hists browser: Fix the number of entries for 'e' keyNamhyung Kim
2023-09-19perf tools: Handle old data in PERF_RECORD_ATTRNamhyung Kim
2023-09-19perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-09-19perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2023-09-19perf 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-07-27perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-07-27perf script: Fixup 'struct evsel_script' method prefixArnaldo Carvalho de Melo
2023-07-27perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo
2023-07-27perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed
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-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-14parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller
2023-01-14perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2023-01-14perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2023-01-14perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2023-01-14perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong
2023-01-14perf symbol: correction while adjusting symbolAjay Kaher
2023-01-14perf trace: Handle failure when trace point folder is missedLeo Yan
2023-01-14perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan
2023-01-14perf trace: Return error if a system call doesn't existLeo Yan
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-30perf: Skip and warn on unknown format 'configN' attrsRob Herring
2022-10-30perf pmu: Validate raw event with sysfs exported format bitsJin Yao
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-31perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark
2022-08-25perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET
2022-08-21genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo
2022-08-21perf symbol: Fail to read phdr workaroundIan Rogers