Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.h105 struct event_format *event_format__new(const char *sys, const char *name);
Devsel.c181 struct event_format *event_format__new(const char *sys, const char *name) in event_format__new() function
236 evsel->tp_format = event_format__new(sys, name); in perf_evsel__newtp()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-trace.c592 sc->tp_format = event_format__new("syscalls", tp_name); in trace__read_syscall_info()
596 sc->tp_format = event_format__new("syscalls", tp_name); in trace__read_syscall_info()