summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
Commit message (Expand)AuthorAgeFilesLines
* perf test uprobe_from_different_cu: Skip if there is no gccGeorg Müller2023-08-111-1/+7
* perf probe: Add test for regression introduced by switch to die_get_decl_file()Georg Müller2023-07-271-0/+77
* perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-261-1/+1
* perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-281-1/+1
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-281-0/+1
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-251-0/+2
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-041-1/+1
* perf test session topology: Fix data pathTommi Rantala2020-10-141-8/+4
* perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-10-011-1/+2
* perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter2020-10-011-1/+1
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-231-0/+1
* perf test: Fix the "signal" test inline assemblyJiri Olsa2020-09-231-1/+4
* perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo2020-08-051-1/+1
* perf tests: Disable bp_signal testing for arm64Leo Yan2019-12-311-9/+6
* perf test: Avoid infinite loop for task exit caseLeo Yan2019-12-311-0/+8
* perf test: Report failure for mmap eventsLeo Yan2019-12-311-0/+1
* perf tests: Fix out of bounds memory accessLeo Yan2019-12-171-0/+9
* perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers2019-09-271-2/+1
* libperf: Add perf_evlist__poll() functionJiri Olsa2019-09-253-3/+3
* perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo2019-09-251-0/+1
* libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-252-2/+2
* libperf: Add perf_evlist__id_add() functionJiri Olsa2019-09-251-1/+1
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-2512-83/+83
* libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa2019-09-251-1/+1
* libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-257-7/+7
* libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-251-3/+3
* perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo2019-09-2511-0/+11
* perf tools: Rename perf_evlist__munmap() to evlist__munmap()Jiri Olsa2019-09-251-1/+1
* perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa2019-09-2510-16/+16
* perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa2019-09-2510-10/+10
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf tests: Fix static build testJiri Olsa2019-09-201-1/+1
* perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King2019-09-201-1/+1
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-209-0/+11
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-2010-11/+10
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-2012-13/+2
* perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa2019-09-101-1/+5
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-312-0/+2
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-3110-0/+16
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+1
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-312-2/+2
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-312-2/+0
* perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-318-0/+8
* perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo2019-08-311-0/+2
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-3119-0/+28
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-296-0/+7
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-295-5/+0
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-295-4/+6