Home
last modified time | relevance | path

Searched refs:debugfs__strerror_open_tp (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/lib/api/fs/
Ddebugfs.h21 int debugfs__strerror_open_tp(int err, char *buf, size_t size, const char *sys, const char *name);
Ddebugfs.c111 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/
Dbuiltin-trace.c2324 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()