Home
last modified time | relevance | path

Searched defs:group (Results 1 – 9 of 9) sorted by relevance

/tools/perf/util/
Dprobe-event.h47 char *group; /* Group name */ member
84 char *group; /* Group name */ member
Dparse-events.y115 struct list_head *group = $3; variable
Dpython.c674 int group = 0, inherit = 0; in pyrf_evsel__open() local
887 int group = 0; in pyrf_evlist__open() local
Dprobe-event.c2168 static int perf_probe_event__sprintf(const char *group, const char *event, in perf_probe_event__sprintf()
2207 int show_perf_probe_event(const char *group, const char *event, in show_perf_probe_event()
2399 const char *event, *group; in probe_trace_event__set_name() local
Devent.h122 } group; member
/tools/perf/
Dperf.h46 bool group; member
Dbuiltin-probe.c316 const char *event = NULL, *group = NULL; in perf_add_probe_events() local
Dbuiltin-stat.c115 static bool group = false; variable
/tools/perf/bench/
Dsched-messaging.c193 static unsigned int group(pthread_t *pth, in group() function