]> granicus.if.org Git - strace/history - perf.c
rtnl_link: use internal rtnl_link_stats* and ifla_port_vsi definitions
[strace] / perf.c
2019-05-22 Dmitry V. LevinUpdate copyright headers
2019-05-22 Eugene SyromyatnikovUse xzalloc(sz) instead of xcalloc(1, sz)
2018-12-30 Dmitry V. LevinFix preprocessor indentation
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-09-04 Eugene Syromyatnikovperf: rewrite print_perf_event_attr using PRINT_FIELD_...
2018-05-28 Eugene SyromyatnikovImplement PERF_EVENT_IOC_* decoding
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-02-07 Eugene Syromyatnikovperf.c: print group_fd argument of perf_event_open...
2018-01-11 Eugene Syromyatnikovperf.c: add support for struct perf_event_attr.namespaces
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-24 Dmitry V. LevinIntroduce tprintf_comment and tprints_comment functions
2017-04-10 Dmitry V. LevinDo not include xlat/clocknames.h twice
2017-02-17 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. LevinUse printflags64 instead of printflags_long
2016-12-23 Dmitry V. Levinperf: change address argument type from unsigned long...
2016-12-19 Dmitry V. Levinperf.c: print perf_event_attr.__reserved_1 using PRIx64...
2016-10-31 Eugene SyromyatnikovImplement decoding of perf_event_attr structure in...
2016-05-16 Dmitry V. LevinFix printing of invalid flags argument of perf_event_op...
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-08-03 Dmitry V. Levinperf_event_open: mark return code with RVAL_FD flag
2015-08-01 Dmitry V. Levindesc.c: move perf_event_open parser to a separate file