Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c257 static const char *no_value = " -"; variable
286 trace_seq_printf(s, "%s %s %s %s |", no_value, no_value, no_value, no_value); in timerlat_top_print()
295 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print()
312 trace_seq_printf(s, "%s %s %s %s\n", no_value, no_value, no_value, no_value); in timerlat_top_print()
357 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum()
366 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print_sum()
383 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum()
/linux/tools/perf/util/
H A Dparse-events.c208 term->no_value = true; in fix_raw()
221 term->no_value = false; in fix_raw()
1054 term->no_value = true; in config_term_pmu()
1074 term->no_value = true; in config_term_pmu()
2560 bool no_value, in parse_events_term__num() argument
2570 .no_value = no_value, in parse_events_term__num()
2699 if (term->no_value) { in parse_events_terms__to_strbuf()
2714 assert(!term->no_value); in parse_events_terms__to_strbuf()
H A Dparse-events.h129 bool no_value; member
H A Dpmu.c1434 if (term->no_value && in pmu_config_term()
1531 if (!term->no_value) in pmu_find_alias()