summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests
AgeCommit message (Expand)Author
2021-11-26perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark
2021-07-28perf test event_update: Fix memory leak of evlistRiccardo Mancini
2021-07-28perf test session_topology: Delete session->evlistRiccardo Mancini
2021-07-25perf test bpf: Free obj_bufRiccardo Mancini
2021-03-04perf test: Fix unaligned access in sample parsing testNamhyung Kim
2020-10-14perf test session topology: Fix data pathTommi Rantala
2020-10-01perf tests: Fix test 68 zstd compression for s390Thomas Richter
2020-10-01perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa
2020-08-05perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo
2019-12-31perf tests: Disable bp_signal testing for arm64Leo Yan
2019-12-31perf test: Avoid infinite loop for task exit caseLeo Yan
2019-12-31perf test: Report failure for mmap eventsLeo Yan
2019-12-17perf tests: Fix out of bounds memory accessLeo Yan
2019-09-27perf tests: Avoid raising SEGV using an obvious NULL dereferenceIan Rogers
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-09-25libperf: Add perf_evlist__id_add() functionJiri Olsa
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-25libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functionsJiri Olsa
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo
2019-09-25perf tools: Rename perf_evlist__munmap() to evlist__munmap()Jiri Olsa
2019-09-25perf tools: Rename perf_evlist__mmap() to evlist__mmap()Jiri Olsa
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-09-20perf tests: Fix static build testJiri Olsa
2019-09-20perf test: Fix spelling mistake "allos" -> "allocate"Colin Ian King
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo
2019-09-10perf tests: Add libperf automated test for 'make -C tools/perf build-test'Jiri Olsa
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-31perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo