Searched refs:debugfs__strerror_open_tp (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/lib/api/fs/ |
D | debugfs.h | 21 int debugfs__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
|
D | debugfs.c | 111 int debugfs__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name) in debugfs__strerror_open_tp() function
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 2324 debugfs__strerror_open_tp(errno, errbuf, sizeof(errbuf), "sched", "sched_stat_runtime"); in trace__run() 2328 debugfs__strerror_open_tp(errno, errbuf, sizeof(errbuf), "raw_syscalls", "sys_(enter|exit)"); in trace__run()
|