Searched refs:no_value (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | timerlat_top.c | 298 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 D | parse-events.c | 209 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 D | parse-events.h | 130 bool no_value; member
|
| H A D | pmu.c | 1486 if (term->no_value && in pmu_config_term() 1587 if (!term->no_value) in pmu_find_alias()
|