Searched refs:HIST_FIELD_FL_HITCOUNT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 293 HIST_FIELD_FL_HITCOUNT = 1 << 0, enumerator 1634 if (flags & HIST_FIELD_FL_HITCOUNT) { in create_hist_field() 3681 create_hist_field(hist_data, NULL, HIST_FIELD_FL_HITCOUNT, NULL); in create_hitcount_val() 4848 else if (flags & HIST_FIELD_FL_HITCOUNT) in hist_field_debug_show_flags() 4849 seq_puts(m, " VAL: HIST_FIELD_FL_HITCOUNT\n"); in hist_field_debug_show_flags() 5023 HIST_FIELD_FL_HITCOUNT); in hist_trigger_debug_show()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 488 HIST_FIELD_FL_HITCOUNT = 1 << 0, enumerator 1368 } else if (field->flags & HIST_FIELD_FL_HITCOUNT) in hist_field_name() 1972 if (flags & HIST_FIELD_FL_HITCOUNT) { in create_hist_field() 2375 *flags |= HIST_FIELD_FL_HITCOUNT; in parse_field() 4217 create_hist_field(hist_data, NULL, HIST_FIELD_FL_HITCOUNT, NULL); in create_hitcount_val() 5657 else if (flags & HIST_FIELD_FL_HITCOUNT) in hist_field_debug_show_flags() 5658 seq_puts(m, " VAL: HIST_FIELD_FL_HITCOUNT\n"); in hist_field_debug_show_flags() 5837 HIST_FIELD_FL_HITCOUNT); in hist_trigger_debug_show()
|
Completed in 18 milliseconds