Home
last modified time | relevance | path

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

/linux/kernel/events/
H A Dcore.c1966 static inline bool has_inherit_and_sample_read(struct perf_event_attr *attr) in has_inherit_and_sample_read() function
2001 if (has_inherit_and_sample_read(&event->attr)) in list_add_event()
2227 if (has_inherit_and_sample_read(&event->attr)) in list_del_event()
8072 values[n++] = perf_event_count(event, has_inherit_and_sample_read(&event->attr)); in perf_output_read_one()
8098 bool self = has_inherit_and_sample_read(&event->attr); in perf_output_read_group()
13396 if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID)) in perf_event_alloc()