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.c1872 static inline bool has_inherit_and_sample_read(struct perf_event_attr *attr) in has_inherit_and_sample_read() function
1907 if (has_inherit_and_sample_read(&event->attr)) in list_add_event()
2133 if (has_inherit_and_sample_read(&event->attr)) in list_del_event()
7760 values[n++] = perf_event_count(event, has_inherit_and_sample_read(&event->attr)); in perf_output_read_one()
7786 bool self = has_inherit_and_sample_read(&event->attr); in perf_output_read_group()
12954 if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID)) in perf_event_alloc()