summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-05-24perf script: Skip aggregation for stat eventsSandipan Das1-0/+7
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2-2/+7
2023-05-17perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong1-0/+1
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong1-1/+1
2023-05-17perf cs-etm: Fix timeless decode mode detectionJames Clark1-12/+18
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 symbols: Fix unaligned access in get_x86_64_plt_disp()Adrian Hunter1-1/+4
2023-05-17perf symbols: Fix use-after-free in get_plt_got_name()Adrian Hunter1-1/+4
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain2-3/+3
2023-05-17perf ftrace: Make system wide the default target for latency subcommandYang Jihong1-2/+4
2023-05-17perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux1-1/+1
2023-05-17perf vendor events s390: Remove UTF-8 characters from JSON fileThomas Richter1-5/+5
2023-05-17perf hist: Improve srcfile sort key performance (really)Namhyung Kim1-6/+1
2023-05-17perf test: Fix wrong size expectation for 'Setup struct perf_event_attr'Thomas Richter3-3/+3
2023-05-17perf script: Fix Python support when no libtraceeventAdrian Hunter9-30/+72
2023-05-17perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko1-1/+1
2023-05-17perf test: Fix "PMU event table sanity" for NO_JEVENTS=1Ian Rogers1-3/+3
2023-05-17perf build: Support python/perf.so testingIan Rogers2-4/+8
2023-05-17perf lock contention: Fix compiler builtin detectionIan Rogers1-1/+7
2023-05-17perf record: Fix "read LOST count failed" msg with sample readKan Liang1-1/+1
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter1-0/+2
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds8-44/+45
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du4-16/+18
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2023-02-23perf test: Avoid counting commas in json linterIan Rogers1-16/+13
2023-02-23perf tests stat+csv_output: Switch CSV separator to @Ian Rogers1-11/+12
2023-02-23perf inject: Fix --buildid-all not to eat up MMAP2Namhyung Kim1-0/+1
2023-02-22perf test: Fix offcpu test prev_state checkNamhyung Kim1-1/+1
2023-02-17perf tests stat_all_metrics: Change true workload to sleep workload for syste...Kajol Jain1-1/+1
2023-02-17perf vendor events power10: Add JSON metric events to present CPI stall cycle...Athira Rajeev2-5/+5
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson5-21/+101
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang5-17/+49
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeYang Jihong1-10/+6
2023-02-10perf stat: Avoid merging/aggregating metric counts twiceIan Rogers1-1/+1
2023-02-08perf tools: Fix perf tool build error in util/pfm.cThomas Richter1-4/+2
2023-02-08perf tools: Fix auto-complete on aarch64Yicong Yang1-3/+8
2023-02-08perf lock contention: Support old rw_semaphore typeNamhyung Kim1-13/+44
2023-02-08perf lock contention: Add -o/--lock-owner optionNamhyung Kim5-14/+102
2023-02-08perf lock contention: Fix to save callstack for the default modifiedNamhyung Kim1-0/+3
2023-02-06perf test bpf: Skip test if kernel-debuginfo is not presentAthira Rajeev1-1/+5
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev1-2/+2
2023-02-06perf script: Fix missing Retire Latency fields option documentationKan Liang1-1/+1
2023-02-06perf event x86: Add retire_lat when synthesizing PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-0/+1
2023-02-06perf test x86: Support the retire_lat (Retire Latency) sample_type checkKan Liang1-1/+4
2023-02-06perf test bpf: Check for libtraceevent supportAthira Rajeev1-11/+11
2023-02-03perf script: Support Retire LatencyKan Liang1-2/+11
2023-02-03perf report: Support Retire LatencyKan Liang5-1/+30
2023-02-03perf lock contention: Support filters for different aggregationNamhyung Kim5-51/+89