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