summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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-01-25perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2024-01-25perf genelf: Set ELF program header addresses properlyNamhyung Kim
2024-01-25perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang
2024-01-25perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang
2023-11-28perf intel-pt: Fix async branch flagsAdrian Hunter
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-11-20perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim
2023-11-20perf kwork: Set ordered_events to true in 'struct perf_tool'Yang Jihong
2023-11-20perf kwork: Add the supported subcommands to the documentYang Jihong
2023-11-20perf kwork: Fix incorrect and missing free atom in work_push_atom()Yang Jihong
2023-11-20perf stat: Fix aggr mode initializationIan Rogers
2023-11-08perf evlist: Avoid frequency mode for the dummy eventIan Rogers
2023-10-06perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
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 test shell stat_bpf_counters: Fix test on IntelNamhyung Kim
2023-09-19perf hists browser: Fix hierarchy mode headerNamhyung Kim
2023-09-19perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim
2023-09-19perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operatorsKajol Jain
2023-09-19perf top: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2023-09-19perf vendor events: Drop STORES_PER_INST metric event for power10 platformKajol Jain
2023-09-19perf vendor events: Drop some of the JSON/events for power10 platformKajol Jain
2023-09-19perf vendor events: Update the JSON/events descriptions for power10 platformKajol Jain
2023-09-19perf annotate bpf: Don't enclose non-debug code with an assert()Arnaldo Carvalho de Melo
2023-09-19perf trace: Really free the evsel->priv areaArnaldo Carvalho de Melo
2023-09-19perf trace: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27perf build: Fix library not found error when using CSLIBSJames Clark
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller
2023-07-19perf tool x86: Fix perf_env memory leakIan Rogers
2023-07-19perf tool x86: Consolidate is_amd check into single functionRavi Bangoria
2023-07-19perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim
2023-07-19perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo
2023-07-19perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo
2023-07-05perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen
2023-06-09perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-05-17perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong
2023-05-17perf cs-etm: Fix timeless decode mode detectionJames Clark
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 ftrace: Make system wide the default target for latency subcommandYang Jihong
2023-05-17perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux