aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2024-03-28Merge tag 'v5.4.273' into v5.4/standard/baseBruce Ashfield
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-03-26perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-02-20Merge tag 'v5.4.268' into v5.4/standard/baseBruce Ashfield
2024-01-25perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang
2024-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo
2024-01-25perf top: Move sb_evlist to 'struct perf_top'Arnaldo Carvalho de Melo
2024-01-25perf record: Move sb_evlist to 'struct record'Arnaldo Carvalho de Melo
2024-01-25perf env: Add perf_env__numa_node()Jiri Olsa
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
2023-09-26Merge tag 'v5.4.257' into v5.4/standard/baseBruce Ashfield
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-21Merge tag 'v5.4.253' into v5.4/standard/baseBruce Ashfield
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27Merge tag 'v5.4.251' into v5.4/standard/baseBruce Ashfield
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-19Merge tag 'v5.4.243' into v5.4/standard/baseBruce Ashfield
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-17Merge tag 'v5.4.235' into v5.4/standard/baseBruce Ashfield
2023-03-11perf tools: Fix auto-complete on aarch64Yicong Yang
2023-03-11perf llvm: Fix inadvertent file creationIan Rogers
2023-01-25Merge tag 'v5.4.229' into v5.4/standard/baseBruce Ashfield
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