Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/events/
Dcore.c1810 static inline bool has_inherit_and_sample_read(struct perf_event_attr *attr) in has_inherit_and_sample_read() function
1845 if (has_inherit_and_sample_read(&event->attr)) in list_add_event()
2071 if (has_inherit_and_sample_read(&event->attr)) in list_del_event()
7360 values[n++] = perf_event_count(event, has_inherit_and_sample_read(&event->attr)); in perf_output_read_one()
7386 bool self = has_inherit_and_sample_read(&event->attr); in perf_output_read_group()
12253 if (has_inherit_and_sample_read(attr) && !(attr->sample_type & PERF_SAMPLE_TID)) in perf_event_alloc()