summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/s390-cpumsf.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-5/+5
* perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' sample parsing methodsArnaldo Carvalho de Melo2020-11-301-2/+2
* perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter2020-05-051-1/+2
* perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter2020-04-161-1/+1
* perf s390-cpumsf: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+9
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless thread.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-311-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-1/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-1/+1
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-4/+3
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf report: Support s390 diag event display on x86Thomas Richter2019-06-101-18/+78
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-02-141-0/+5
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-3/+4
* perf report: Dump s390 counter set data to fileThomas Richter2019-01-211-4/+73
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2018-12-181-1/+1
* perf report: Create auxiliary trace data files for s390Thomas Richter2018-08-301-3/+91
* perf report: Add GUI report support for s390 auxiliary traceThomas Richter2018-08-081-8/+585
* perf report: Add raw report support for s390 auxiliary traceThomas Richter2018-08-081-1/+246
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-031-0/+123