summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf build: Fix library not found error when using CSLIBSJames Clark2023-07-271-2/+2
* perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-07-271-0/+77
* perf tool x86: Fix perf_env memory leakIan Rogers2023-07-191-1/+1
* perf tool x86: Consolidate is_amd check into single functionRavi Bangoria2023-07-195-31/+31
* perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim2023-07-191-1/+1
* perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo2023-07-191-8/+8
* perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo2023-07-191-0/+2
* perf symbols: Symbol lookup with kcore can fail if multiple segments match stextKrister Johansen2023-07-051-2/+15
* perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim2023-06-091-1/+1
* perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-172-2/+7
* perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong2023-05-171-0/+1
* perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-171-1/+1
* perf cs-etm: Fix timeless decode mode detectionJames Clark2023-05-171-12/+18
* perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring2023-05-171-2/+1
* perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo2023-05-171-1/+1
* perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2023-05-172-3/+3
* perf ftrace: Make system wide the default target for latency subcommandYang Jihong2023-05-171-2/+4
* perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux2023-05-171-1/+1
* perf vendor events s390: Remove UTF-8 characters from JSON fileThomas Richter2023-05-171-5/+5
* perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko2023-05-171-1/+1
* perf record: Fix "read LOST count failed" msg with sample readKan Liang2023-05-171-1/+1
* perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter2023-05-111-0/+2
* perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter2023-05-111-1/+4
* perf stat: Fix counting when initial delay configuredChangbin Du2023-03-174-16/+18
* perf inject: Fix --buildid-all not to eat up MMAP2Namhyung Kim2023-03-171-0/+1
* perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain2023-03-101-1/+1
* perf record: Fix segfault with --overwrite and --max-sizeYang Jihong2023-03-101-10/+6
* perf tools: Fix auto-complete on aarch64Yicong Yang2023-03-101-3/+8
* perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev2023-03-101-1/+5
* perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim2023-03-103-0/+39
* perf inject: Use perf_data__read() for auxtraceNamhyung Kim2023-03-101-3/+3
* perf llvm: Fix inadvertent file creationIan Rogers2023-03-101-1/+24
* perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan2023-01-181-12/+24
* perf kmem: Support legacy tracepointsLeo Yan2023-01-181-3/+26
* perf build: Properly guard libbpf includesIan Rogers2023-01-182-0/+8
* perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter2023-01-181-1/+1
* parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2023-01-141-12/+0
* perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim2023-01-121-5/+18
* perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim2023-01-121-11/+3
* perf lock contention: Fix core dump related to not finding the "__sched_text_...Thomas Richter2023-01-121-0/+2
* perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin2023-01-121-0/+2
* perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)2023-01-121-17/+4
* perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)2023-01-121-2/+2
* perf test: Fix "all PMU test" to skip parametrized eventsMichael Petlan2022-12-311-11/+2
* perf probe: Check -v and -q options in the right placeYang Jihong2022-12-311-8/+9
* perf tools: Make quiet mode consistent between toolsJames Clark2022-12-3116-26/+25
* perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-311-0/+4
* perf stat: Do not delay the workload with --delayNamhyung Kim2022-12-311-16/+17
* perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim2022-12-311-1/+1
* perf branch: Fix interpretation of branch recordsJames Clark2022-12-311-1/+2