summaryrefslogtreecommitdiff
path: root/perf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* perf.c: print group_fd argument of perf_event_open syscall as fdEugene Syromyatnikov2018-02-071-3/+4
* perf.c: add support for struct perf_event_attr.namespacesEugene Syromyatnikov2018-01-111-3/+5
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-68/+68
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce tprintf_comment and tprints_comment functionsDmitry V. Levin2017-04-241-19/+22
* Do not include xlat/clocknames.h twiceDmitry V. Levin2017-04-101-1/+0
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2017-02-171-8/+8
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-2/+2
* Use printflags64 instead of printflags_longDmitry V. Levin2016-12-251-1/+1
* perf: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-2/+2
* perf.c: print perf_event_attr.__reserved_1 using PRIx64 formatDmitry V. Levin2016-12-191-2/+2
* Implement decoding of perf_event_attr structure in perf_event_open syscallEugene Syromyatnikov2016-10-311-4/+386
* Fix printing of invalid flags argument of perf_event_open syscallDmitry V. Levin2016-05-161-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+28
* perf_event_open: mark return code with RVAL_FD flagDmitry V. Levin2015-08-031-1/+1
* desc.c: move perf_event_open parser to a separate fileDmitry V. Levin2015-08-011-0/+19