Searched refs:no_value (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_top.c | 293 static const char *no_value = " -"; variable 317 trace_seq_printf(s, "%s %s %s %s |", no_value, no_value, no_value, no_value); in timerlat_top_print() 326 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print() 343 trace_seq_printf(s, "%s %s %s %s\n", no_value, no_value, no_value, no_value); in timerlat_top_print() 384 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum() 393 trace_seq_printf(s, "%s %s %s %s", no_value, no_value, no_value, no_value); in timerlat_top_print_sum() 410 trace_seq_printf(s, " %s %s %s |", no_value, no_value, no_value); in timerlat_top_print_sum()
|
| /linux/tools/perf/util/ |
| H A D | parse-events.h | 134 * @no_value: Is there no value. If a numeric term has no value then the member 137 bool no_value;
|
| H A D | parse-events.c | 156 term->no_value = true; in fix_raw() 169 term->no_value = false; in fix_raw() 2743 bool no_value, in parse_events_term__str() 2753 .no_value = no_value, in parse_events_term__term() 2882 if (term->no_value) { in config_terms_list() 2898 assert(!term->no_value); in config_terms_list() 2710 parse_events_term__num(struct parse_events_term ** term,enum parse_events__term_type type_term,const char * config,u64 num,bool no_value,void * loc_term_,void * loc_val_) parse_events_term__num() argument
|
| H A D | pmu.c | 1633 if (term->no_value && in pmu_config_term() 1736 if (!term->no_value) in pmu_find_alias()
|