Searched refs:no_value (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | timerlat_top.c | 214 static const char *no_value = " -"; variable 243 trace_seq_printf(s, "%s %s %s %s |", no_value, no_value, no_value, no_value); in timerlat_top_print() 252 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print() 269 trace_seq_printf(s, "%s %s %s %s\n", no_value, no_value, no_value, no_value); in timerlat_top_print()
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.h | 130 bool no_value; member
|
H A D | parse-events.c | 207 term->no_value = true; in fix_raw() 220 term->no_value = false; in fix_raw() 2470 bool no_value, in parse_events_term__num() argument 2480 .no_value = no_value, in parse_events_term__num() 2609 if (term->no_value) { in parse_events_term__to_strbuf() 2624 assert(!term->no_value); in parse_events_term__to_strbuf()
|
H A D | pmu.c | 1375 if (term->no_value && in pmu_config_term() 1468 if (!term->no_value) in pmu_find_alias()
|