Searched defs:e (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/util/ |
| D | strfilter.c | 32 static const char *get_token(const char *s, const char **e) in get_token() 80 const char *e; in strfilter_node__new() local
|
| D | cgroup.c | 145 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
|
| D | evlist.c | 25 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) argument 26 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) argument
|
| D | evsel.c | 18 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) argument
|
| /tools/perf/util/include/linux/ |
| D | kernel.h | 31 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) argument
|
| /tools/perf/ |
| D | builtin-test.c | 1135 struct test__event_st *e = &test__events[i]; in test__parse_events() local
|