HomeSort by relevance Sort by last modified time
    Searched refs:event_format__new (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
evsel.h 105 struct event_format *event_format__new(const char *sys, const char *name);
evsel.c 181 struct event_format *event_format__new(const char *sys, const char *name) function
236 evsel->tp_format = event_format__new(sys, name);
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-trace.c 592 sc->tp_format = event_format__new("syscalls", tp_name);
596 sc->tp_format = event_format__new("syscalls", tp_name);
    [all...]

Completed in 137 milliseconds