Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_top.c298 static const char *no_value = " -"; variable
323 trace_seq_printf(s, "%s %s %s %s |", no_value, no_value, no_value, no_value); in timerlat_top_print()
332 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print()
349 trace_seq_printf(s, "%s %s %s %s\n", no_value, no_value, no_value, no_value); in timerlat_top_print()
390 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum()
399 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print_sum()
416 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum()
/linux-6.15/tools/perf/util/
H A Dparse-events.c209 term->no_value = true; in fix_raw()
222 term->no_value = false; in fix_raw()
1037 term->no_value = true; in config_term_pmu()
1057 term->no_value = true; in config_term_pmu()
2583 bool no_value, in parse_events_term__num() argument
2593 .no_value = no_value, in parse_events_term__num()
2722 if (term->no_value) { in parse_events_terms__to_strbuf()
2738 assert(!term->no_value); in parse_events_terms__to_strbuf()
H A Dparse-events.h130 bool no_value; member
H A Dpmu.c1486 if (term->no_value && in pmu_config_term()
1587 if (!term->no_value) in pmu_find_alias()