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.c300 static const char *no_value = " -";
324 trace_seq_printf(s, "%s %s %s %s |", no_value, no_value, no_value, no_value); in timerlat_top_print()
333 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print()
350 trace_seq_printf(s, "%s %s %s %s\n", no_value, no_valu in timerlat_top_print()
301 static const char *no_value = " -"; global() variable
[all...]
/linux/tools/perf/util/
H A Dparse-events.h134 bool no_value; member
H A Dparse-events.c156 term->no_value = true; in fix_raw()
169 term->no_value = false; in fix_raw()
2662 bool no_value, in parse_events_term__num() argument
2672 .no_value = no_value, in parse_events_term__num()
2801 if (term->no_value) { in parse_events_terms__to_strbuf()
2817 assert(!term->no_value); in parse_events_terms__to_strbuf()
H A Dpmu.c1627 if (term->no_value && in pmu_config_term()
1730 if (!term->no_value) in pmu_find_alias()