Lines Matching defs:pos
407 struct evsel *pos;
410 list_for_each_entry(pos, pattrs, core.node) {
411 if (pos->core.attr.type != PERF_TYPE_TRACEPOINT)
415 if (pos->name) {
416 ppath->next = tracepoint_name_to_path(pos->name);
420 if (strchr(pos->name, ':') == NULL)
427 ppath->next = tracepoint_id_to_path(pos->core.attr.config);
443 struct evsel *pos;
445 list_for_each_entry(pos, pattrs, core.node)
446 if (pos->core.attr.type == PERF_TYPE_TRACEPOINT)