Lines Matching refs:name
148 * The implicitly sorted sdtlist will hold the tracepoint name followed
149 * by @<buildid>. If the tracepoint name is unique (determined by
151 * the executable path and buildid are added to the name.
301 char name[64];
307 name, sizeof(name));
309 ret = parse_events__decode_legacy_cache(name, pmu->type,
314 pmu->name, name);
317 pmu->name,
318 name,
374 char name[MAX_NAME_LEN];
376 snprintf(name, MAX_NAME_LEN, "%s OR %s", syms[i].symbol, syms[i].alias);
377 strlist__add(evt_name_list, name);