summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-07-01perf: unwind: Fix symfs with libdwVincent Whitchurch1-2/+6
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark1-7/+9
2023-07-01perf test: Test perf lock contention CSV outputNamhyung Kim1-0/+36
2023-07-01perf lock contention: Add --output optionNamhyung Kim2-58/+85
2023-07-01perf lock contention: Add -x option for CSV style outputNamhyung Kim2-67/+241
2023-07-01perf lock: Remove stale commentsNamhyung Kim1-2/+0
2023-06-30perf vendor events intel: Update tigerlake to 1.13Ian Rogers3-8/+32
2023-06-30perf vendor events intel: Update skylakex to 1.31Ian Rogers5-12/+54
2023-06-30perf vendor events intel: Update skylake to 57Ian Rogers3-10/+52
2023-06-30perf vendor events intel: Update sapphirerapids to 1.14Ian Rogers4-3/+311
2023-06-30perf vendor events intel: Update icelakex to 1.21Ian Rogers4-8/+32
2023-06-30perf vendor events intel: Update icelake to 1.19Ian Rogers4-12/+36
2023-06-30perf vendor events intel: Update cascadelakex to 1.19Ian Rogers5-12/+54
2023-06-30perf vendor events intel: Update meteorlake to 1.03Ian Rogers11-58/+3071
2023-06-30perf vendor events intel: Add rocketlake events/metricsIan Rogers12-1/+4747
2023-06-30perf vendor metrics intel: Make transaction metrics conditionalIan Rogers8-32/+32
2023-06-30perf jevents: Support for has_event functionIan Rogers1-1/+7
2023-06-30perf expr: Add has_event functionIan Rogers5-1/+34
2023-06-30perf tools: Do not remove addr_location.thread in thread__find_map()Namhyung Kim1-5/+2
2023-06-28perf pmus: Add placeholder core PMUIan Rogers3-1/+32
2023-06-27perf test: Fix a compile error on pe-file-parsing.cNamhyung Kim2-4/+12
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song3-5/+5
2023-06-27perf pmu: Correct auto_merge_stats testIan Rogers1-1/+1
2023-06-27perf tools: Add missing else to cmd_daemon subcommand conditionJiri Olsa1-1/+1
2023-06-24perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong2-1/+145
2023-06-24perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...Yang Jihong1-1/+33
2023-06-24perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0Yang Jihong1-7/+7
2023-06-24perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong2-0/+18
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers6-7/+0
2023-06-24perf symbol: Remove symbol_name_rb_nodeIan Rogers8-92/+99
2023-06-24perf dso: Sort symbols under lockIan Rogers3-6/+8
2023-06-24perf build: Filter out BTF sources without a .BTF sectionIan Rogers1-3/+26
2023-06-24perf test: Add build tests for BUILD_BPF_SKELIan Rogers1-0/+4
2023-06-24perf bpf: Move the declaration of struct rqIan Rogers2-2/+10
2023-06-24perf build: Add ability to build with a generated vmlinux.hIan Rogers4-1/+22
2023-06-24perf test: Skip metrics w/o event name in stat STD output linterNamhyung Kim1-8/+8
2023-06-24perf test: Reorder event name checks in stat STD output linterNamhyung Kim2-3/+3
2023-06-23perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers1-4/+5
2023-06-23perf pmus: Add notion of default PMU for JSON eventsIan Rogers3-20/+53
2023-06-23perf unwind: Fix map reference countsIan Rogers1-7/+12
2023-06-23perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim1-0/+6
2023-06-23perf script: Initialize buffer for regs_map()Namhyung Kim1-2/+2
2023-06-23perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark1-3/+4
2023-06-23perf symbol: Add LoongArch case in get_plt_sizes()Tiezhu Yang1-0/+8
2023-06-23perf test: Remove x permission from lib/stat_output.shNamhyung Kim1-0/+0
2023-06-22perf test: Rerun failed metrics with longer workloadWeilin Wang1-46/+83
2023-06-22perf test: Add skip list for metrics known would failWeilin Wang2-4/+38
2023-06-22perf test: Add metric value validation testWeilin Wang3-0/+931
2023-06-21perf jit: Fix incorrect file name in DWARF line tableelisabeth1-1/+5
2023-06-21perf annotate: Fix instruction association and parsing for LoongArchWANG Rui3-18/+109