Home
last modified time | relevance | path

Searched refs:sample_id_all_avail (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-record.c54 static bool sample_id_all_avail = true; variable
208 if (sample_id_all_avail && in config_attr()
276 attr->sample_id_all = sample_id_all_avail ? 1 : 0; in open_counters()
287 } else if (err == EINVAL && sample_id_all_avail) { in open_counters()
291 sample_id_all_avail = false; in open_counters()