Searched refs:SAMPLE_FLAG_TASK_ONLY (Results 1 – 3 of 3) sorted by relevance
177 assert((sample_flags & (SAMPLE_FLAG_THREAD_ONLY | SAMPLE_FLAG_TASK_ONLY)) in kperf_prepare_sample_what()178 != (SAMPLE_FLAG_THREAD_ONLY | SAMPLE_FLAG_TASK_ONLY)); in kperf_prepare_sample_what()182 if (sample_flags & SAMPLE_FLAG_TASK_ONLY) { in kperf_prepare_sample_what()219 bool task_only = (sample_flags & SAMPLE_FLAG_TASK_ONLY) != 0; in kperf_sample_internal()
79 #define SAMPLE_FLAG_TASK_ONLY (1U << 7) macro
412 SAMPLE_FLAG_TASK_ONLY); in kppet_sample_task()