| Commit message (Expand) | Author | Age | Files | Lines |
* | perf tools: Move 'struct perf_sample' to a separate header file to disentangl... | Arnaldo Carvalho de Melo | 2022-10-31 | 1 | -0/+1 |
* | perf tools: Use __BYTE_ORDER__ | Ilya Leoshkevich | 2021-11-07 | 1 | -4/+4 |
* | perf tools: Fix various typos in comments | Ingo Molnar | 2021-03-23 | 1 | -5/+5 |
* | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 2020-11-30 | 1 | -1/+1 |
* | perf evlist: Use the right prefix for 'struct evlist' sample parsing methods | Arnaldo Carvalho de Melo | 2020-11-30 | 1 | -2/+2 |
* | perf auxtrace: Add option to synthesize branch stack for regular events | Adrian Hunter | 2020-05-05 | 1 | -1/+2 |
* | perf auxtrace: Add an option to synthesize callchains for regular events | Adrian Hunter | 2020-04-16 | 1 | -1/+1 |
* | perf s390-cpumsf: Implement ->evsel_is_auxtrace() callback | Adrian Hunter | 2020-04-16 | 1 | -0/+9 |
* | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -1/+0 |
* | perf tools: Remove needless thread.h include directives | Arnaldo Carvalho de Melo | 2019-09-01 | 1 | -1/+0 |
* | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 2019-09-01 | 1 | -0/+1 |
* | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix | Jiri Olsa | 2019-08-29 | 1 | -2/+2 |
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -1/+1 |
* | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -4/+3 |
* | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -1/+1 |
* | perf report: Support s390 diag event display on x86 | Thomas Richter | 2019-06-10 | 1 | -18/+78 |
* | perf report: Add s390 diagnosic sampling descriptor size | Thomas Richter | 2019-02-14 | 1 | -0/+5 |
* | perf auxtrace: Add timestamp to auxtrace errors | Adrian Hunter | 2019-02-06 | 1 | -3/+4 |
* | perf report: Dump s390 counter set data to file | Thomas Richter | 2019-01-21 | 1 | -4/+73 |
* | perf tools: Cast off_t to s64 to avoid warning on bionic libc | Arnaldo Carvalho de Melo | 2018-12-18 | 1 | -1/+1 |
* | perf report: Create auxiliary trace data files for s390 | Thomas Richter | 2018-08-30 | 1 | -3/+91 |
* | perf report: Add GUI report support for s390 auxiliary trace | Thomas Richter | 2018-08-08 | 1 | -8/+585 |
* | perf report: Add raw report support for s390 auxiliary trace | Thomas Richter | 2018-08-08 | 1 | -1/+246 |
* | perf auxtrace: Support for perf report -D for s390 | Thomas Richter | 2018-08-03 | 1 | -0/+123 |