summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers1-0/+2
2023-08-24perf pmu: Cache JSON events tableIan Rogers1-0/+2
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers1-1/+1
2023-08-24perf pmu-events: Add pmu_events_table__find_event()Ian Rogers1-0/+5
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers1-2/+4
2023-08-24perf jevents: Group events by PMUIan Rogers1-12/+18
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers1-2/+2
2023-08-24perf pmu: Abstract alias/event structIan Rogers1-53/+48
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers1-1/+1
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers2-29/+20
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers1-34/+42
2023-08-16perf tests mmap-basic: Adapt for riscvAlexandre Ghiti1-2/+4
2023-08-15perf dlfilter: Add al_cleanup()Adrian Hunter1-10/+28
2023-08-15perf test: Add perf record sample filtering testNamhyung Kim1-0/+128
2023-08-15perf parse-events: Remove BPF event supportIan Rogers11-860/+0
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers4-35/+0
2023-08-15perf tests trace+probe_vfs_getname.sh: Accept quotes surrounding the filenameArnaldo Carvalho de Melo1-1/+1
2023-08-15perf test trace+probe_vfs_getname.sh: Remove stray \ before /Arnaldo Carvalho de Melo1-1/+1
2023-08-04Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo2-2/+18
2023-08-03perf test bpf: Address error about non-null argument for epoll_pwait 2nd argArnaldo Carvalho de Melo1-1/+2
2023-08-03perf tests stat+std_output: Fix shellcheck warnings about word splitting/quot...Athira Rajeev1-2/+1
2023-08-03perf tests stat+std_output: Fix shellcheck warnings about word splitting/quotingAthira Rajeev1-1/+1
2023-08-03perf tests lib stat_output: Fix shellcheck warning about missing shebangKajol Jain1-0/+1
2023-08-03perf tests coresight thread_loop_check_tid_2: Fix shellcheck warnings about w...Kajol Jain1-1/+1
2023-08-03perf tests record+zstd_comp_decomp: Fix the shellcheck warnings about word sp...Athira Rajeev1-7/+7
2023-08-03perf tests lib waiting: Fix the shellcheck warnings about missing shebangAthira Rajeev1-0/+1
2023-08-03perf tests lib probe_vfs_getname: Fix shellcheck warnings about missing sheba...Athira Rajeev1-2/+3
2023-08-03perf tests unroll_loop_thread_10: Fix shellcheck warnings about word splittin...Athira Rajeev1-1/+1
2023-08-03perf tests thread_loop_check_tid_10: Fix shellcheck warnings bout word splitt...Athira Rajeev1-1/+1
2023-08-03perf tests lib probe: Fix shellcheck warning about about missing shebangKajol Jain1-0/+1
2023-08-03perf tests memcpy_thread_16k_10: Fix shellcheck warning about word splitting/...Kajol Jain1-1/+1
2023-08-03perf tests asm_pure_loop: Fix shellcheck warning about word splitting/quoteKajol Jain1-1/+1
2023-08-03perf tests stat+shadow_stat: Fix shellcheck warning about unused variableAthira Rajeev1-2/+2
2023-08-03perf tests stat_bpf_counters: Fix usage of '==' to address shellcheck warningAthira Rajeev1-2/+2
2023-08-03perf tests perf_dat _converter_json: Use quoting to avoid word splittingAthira Rajeev1-1/+1
2023-08-03perf tests stat+csv_summary: Fix unused variable references detected via shel...Athira Rajeev1-2/+2
2023-08-03perf tests: Address signal case issues detected via shellcheckAthira Rajeev1-1/+1
2023-08-03perf test stat_bpf_counters_cgrp: Fix shellcheck issue about logical operatorsKajol Jain1-16/+12
2023-08-03perf tests lock_contention: Fix shellcheck issue about quoting to avoid word ...Kajol Jain1-6/+6
2023-08-03perf tests record_offcpu: Fix shellcheck warnings about word splitting/quotin...Kajol Jain1-3/+3
2023-08-03perf tests probe_vfs_getname: Fix shellcheck warnings about word splitting/qu...Kajol Jain1-2/+2
2023-08-03perf tests trace+probe_vfs_getname: Fix shellcheck warnings about word splitt...Akanksha J N1-3/+3
2023-08-03perf tests task_analyzer: Check perf build options for libtraceevent supportAditya Gupta1-1/+1
2023-08-01perf test parse-events: Test complex name has required event formatIan Rogers1-1/+11
2023-07-29perf tools: Add a place to put kernel config fragments for test runsJames Clark3-0/+19
2023-07-29perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers1-1/+1
2023-07-28perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-07-25perf test: Avoid weak symbol for arch_testsIan Rogers1-1/+10
2023-07-25perf stat: Avoid uninitialized use of perf_stat_configIan Rogers1-1/+1
2023-07-17perf test task_exit: No need for a cycles event to check if we get an PERF_RE...Arnaldo Carvalho de Melo1-2/+2