summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-08-03perf build: Update build rule for generated filesNamhyung Kim
2023-08-03perf build: Remove -Wno-redundant-decls in 2 casesIan Rogers
2023-08-03perf build: Disable fewer bison warningsIan Rogers
2023-08-03perf build: Disable fewer flex warningsIan Rogers
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers
2023-08-01perf pmus: Create placholder regardless of scanning core_onlyIan Rogers
2023-07-28perf build: Add Wextra for C++ compilationIan Rogers
2023-07-28perf build: Don't always set -funwind-tables and -ggdb3Ian Rogers
2023-07-28perf bpf-loader: Remove unneeded diagnostic pragmaIan Rogers
2023-07-28perf vendor events arm64: Add JSON metrics for Yitian 710 DDRJing Zhang
2023-07-28perf jevents: Add support for Yitian 710 DDR PMU (arm64) aliasingJing Zhang
2023-07-28perf tools: Add a place to put kernel config fragments for test runsJames Clark
2023-07-28perf scripts python: Add command execution for gecko scriptAnup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Implement add sample function and thread processingAnup Sharma
2023-07-28perf scripts python: Add trace end processing and PRODUCT and CATEGORIES info...Anup Sharma
2023-07-28perf scripts python: Add classes and conversion functionsAnup Sharma
2023-07-28perf scripts python: Extact necessary information from process eventAnup Sharma
2023-07-28perf scripts python: Add initial script file with usage informationAnup Sharma
2023-07-28perf doc: Fix typo in perf.data-file-format.txtXiu Jianfeng
2023-07-28perf machine: Include data symbols in the kernel mapNamhyung Kim
2023-07-28perf symbols: Add kallsyms__get_symbol_start()Namhyung Kim
2023-07-28perf parse-events: Remove ABORT_ONIan Rogers
2023-07-28perf parse-events: Improve location for add pmuIan Rogers
2023-07-28perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers
2023-07-28perf parse-events: Additional error reportingIan Rogers
2023-07-28perf parse-events: Separate ENOMEM memory handlingIan Rogers
2023-07-28perf parse-events: Move instances of YYABORT to YYNOMEMIan Rogers
2023-07-28perf parse-events: Separate YYABORT and YYNOMEM casesIan Rogers
2023-07-28perf parse-event: Add memory allocation test for name termsIan Rogers
2023-07-28perf build: Define YYNOMEM as YYNOABORT for bison < 3.81Arnaldo Carvalho de Melo
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller
2023-07-27perf parse-events: Only move force grouped evsels when sortingIan Rogers
2023-07-27perf parse-events: When fixing group leaders always set the leaderIan Rogers
2023-07-27perf parse-events: Extra care around force grouped eventsIan Rogers
2023-07-26perf parse-events: Avoid regrouped warning for wild card eventsIan Rogers
2023-07-26perf parse-events: Add more comments to 'struct parse_events_state'Ian Rogers
2023-07-26perf parse-events: Remove two unused tokensIan Rogers
2023-07-26perf parse-events: Remove unused PE_KERNEL_PMU_EVENT tokenIan Rogers
2023-07-26perf parse-events: Remove unused PE_PMU_EVENT_FAKE tokenIan Rogers
2023-07-24perf build: Add LTO build optionIan Rogers
2023-07-24perf test: Avoid weak symbol for arch_testsIan Rogers
2023-07-24perf parse-events: Avoid use uninitialized warningIan Rogers
2023-07-24perf stat: Avoid uninitialized use of perf_stat_configIan Rogers
2023-07-24perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx...Athira Rajeev
2023-07-24perf pmu arm64: Fix reading the PMU cpu slots in sysfsHaixin Yu
2023-07-20perf diff: Replaces some ',' as separator with the more usual ';'Lu Hongfei
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo
2023-07-20perf bench uprobe: Show diff to previousArnaldo Carvalho de Melo