summaryrefslogtreecommitdiff
path: root/tools/perf/tests
AgeCommit message (Expand)AuthorFilesLines
2023-08-11perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller1-1/+7
2023-07-27perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller1-0/+77
2021-11-26perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-07-28perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-28perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-25perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-03-04perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2020-10-14perf test session topology: Fix data pathTommi Rantala1-8/+4
2020-10-01perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-10-01perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter1-1/+1
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim1-0/+1
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-08-05perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2019-12-31perf tests: Disable bp_signal testing for arm64Leo Yan1-9/+6
2019-12-31perf test: Avoid infinite loop for task exit caseLeo Yan1-0/+8
2019-12-31perf test: Report failure for mmap eventsLeo Yan1-0/+1
2019-12-17perf tests: Fix out of bounds memory accessLeo Yan1-0/+9
2019-09-27perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers1-2/+1
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa3-3/+3
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo1-0/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa2-2/+2
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa12-83/+83
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa7-7/+7
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-3/+3
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo11-0/+11
2019-09-25perf tools: Rename perf_evlist__munmap() to evlist__munmap()Jiri Olsa1-1/+1
2019-09-25perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa10-16/+16
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa10-10/+10
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-09-20perf tests: Fix static build testJiri Olsa1-1/+1
2019-09-20perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King1-1/+1
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo9-0/+11
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo10-11/+10
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo12-13/+2
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-09-10perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa1-1/+5
2019-09-01perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2-0/+2
2019-09-01perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo10-0/+16
2019-09-01perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-09-01perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2-2/+2
2019-09-01perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2-2/+0
2019-09-01perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-09-01perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo8-0/+8
2019-09-01perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo1-0/+2
2019-09-01perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo19-0/+28
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo6-0/+7
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo5-5/+0
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo5-4/+6