summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2023-07-08Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-448/+9316
2023-07-05perf test: Fix event parsing test when PERF_PMU_CAP_EXTENDED_HW_TYPE isn't su...James Clark-36/+50
2023-07-05perf test: Fix event parsing test on ArmJames Clark-1/+13
2023-07-01perf evsel amd: Fix IBS error messageRavi Bangoria-21/+30
2023-07-01perf: unwind: Fix symfs with libdwVincent Whitchurch-2/+6
2023-07-01perf symbol: Fix uninitialized return value in symbols__find_by_name()James Clark-7/+9
2023-07-01perf test: Test perf lock contention CSV outputNamhyung Kim-0/+36
2023-07-01perf lock contention: Add --output optionNamhyung Kim-58/+85
2023-07-01perf lock contention: Add -x option for CSV style outputNamhyung Kim-67/+241
2023-07-01perf lock: Remove stale commentsNamhyung Kim-2/+0
2023-06-30Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...Linus Torvalds-11565/+19952
2023-06-29perf vendor events intel: Update tigerlake to 1.13Ian Rogers-8/+32
2023-06-29perf vendor events intel: Update skylakex to 1.31Ian Rogers-12/+54
2023-06-29perf vendor events intel: Update skylake to 57Ian Rogers-10/+52
2023-06-29perf vendor events intel: Update sapphirerapids to 1.14Ian Rogers-3/+311
2023-06-29perf vendor events intel: Update icelakex to 1.21Ian Rogers-8/+32
2023-06-29perf vendor events intel: Update icelake to 1.19Ian Rogers-12/+36
2023-06-29perf vendor events intel: Update cascadelakex to 1.19Ian Rogers-12/+54
2023-06-29perf vendor events intel: Update meteorlake to 1.03Ian Rogers-58/+3071
2023-06-29perf vendor events intel: Add rocketlake events/metricsIan Rogers-1/+4747
2023-06-29perf vendor metrics intel: Make transaction metrics conditionalIan Rogers-32/+32
2023-06-29perf jevents: Support for has_event functionIan Rogers-1/+7
2023-06-29perf expr: Add has_event functionIan Rogers-1/+34
2023-06-29perf tools: Do not remove addr_location.thread in thread__find_map()Namhyung Kim-5/+2
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+3
2023-06-27perf pmus: Add placeholder core PMUIan Rogers-1/+32
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+75
2023-06-27perf test: Fix a compile error on pe-file-parsing.cNamhyung Kim-4/+12
2023-06-27perf: Replace deprecated -target with --target= for ClangFangrui Song-5/+5
2023-06-27perf pmu: Correct auto_merge_stats testIan Rogers-1/+1
2023-06-27perf tools: Add missing else to cmd_daemon subcommand conditionJiri Olsa-1/+1
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts-0/+3
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells-5/+1
2023-06-23perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...Yang Jihong-1/+145
2023-06-23perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fpri...Yang Jihong-1/+33
2023-06-23perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0Yang Jihong-7/+7
2023-06-23perf trace-event-info: Add tracepoint_id_to_name() helperYang Jihong-0/+18
2023-06-23perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers-7/+0
2023-06-23perf symbol: Remove symbol_name_rb_nodeIan Rogers-92/+99
2023-06-23perf dso: Sort symbols under lockIan Rogers-6/+8
2023-06-23perf build: Filter out BTF sources without a .BTF sectionIan Rogers-3/+26
2023-06-23perf test: Add build tests for BUILD_BPF_SKELIan Rogers-0/+4
2023-06-23perf bpf: Move the declaration of struct rqIan Rogers-2/+10
2023-06-23perf test: Skip metrics w/o event name in stat STD output linterNamhyung Kim-8/+8
2023-06-23perf build: Add ability to build with a generated vmlinux.hIan Rogers-1/+22
2023-06-23perf test: Reorder event name checks in stat STD output linterNamhyung Kim-3/+3
2023-06-22perf pmu: Remove a hard coded cpu PMU assumptionIan Rogers-4/+5
2023-06-22perf pmus: Add notion of default PMU for JSON eventsIan Rogers-20/+53
2023-06-22perf unwind: Fix map reference countsIan Rogers-7/+12