| Commit message (Expand) | Author | Age | Files | Lines |
* | perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZE | Arnaldo Carvalho de Melo | 2020-12-17 | 1 | -1/+5 |
* | perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*() | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -2/+2 |
* | perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size() | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -1/+1 |
* | perf tools: Basic support for CGROUP event | Namhyung Kim | 2020-04-03 | 1 | -1/+5 |
* | perf tools: Add hw_idx in struct branch_stack | Kan Liang | 2020-03-09 | 1 | -1/+6 |
* | perf tools: Add kernel AUX area sampling definitions | Adrian Hunter | 2019-11-21 | 1 | -1/+15 |
* | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 |
* | perf tools: Remove util.h from where it is not needed | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+0 |
* | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 | 1 | -5/+7 |
* | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | perf tools: Add missing headers, mostly stdlib.h | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+1 |
* | perf tests: Add missing headers so far obtained indirectly | Arnaldo Carvalho de Melo | 2019-02-06 | 1 | -0/+2 |
* | perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize... | Adrian Hunter | 2018-01-18 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | perf test: Add test case for PERF_SAMPLE_PHYS_ADDR | Kan Liang | 2017-09-01 | 1 | -1/+5 |
* | perf test: Add 'struct test *' to the test functions | Arnaldo Carvalho de Melo | 2017-08-11 | 1 | -1/+1 |
* | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |
* | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |
* | perf tests: Pass the subtest index to each test routine | Arnaldo Carvalho de Melo | 2015-11-19 | 1 | -1/+1 |
* | perf tests: Fix typo in sample-parsing.c | Rasmus Villemoes | 2015-01-22 | 1 | -1/+1 |
* | perf/tests: Add interrupted state sample parsing test | Stephane Eranian | 2014-11-16 | 1 | -15/+40 |
* | perf tools: Move pr_* debug macros into debug object | Jiri Olsa | 2014-07-17 | 1 | -0/+1 |
* | tools: Consolidate types.h | Borislav Petkov | 2014-05-01 | 1 | -1/+1 |
* | perf callchain: Add mask into struct regs_dump | Jiri Olsa | 2014-02-18 | 1 | -9/+8 |
* | perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION | Adrian Hunter | 2013-11-04 | 1 | -1/+6 |
* | perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test | Arnaldo Carvalho de Melo | 2013-10-23 | 1 | -1/+1 |
* | perf test: Clarify the "sample parsing" test entry | Arnaldo Carvalho de Melo | 2013-10-23 | 1 | -1/+1 |
* | perf tests: Add a sample parsing test | Adrian Hunter | 2013-08-29 | 1 | -0/+316 |