Home
last modified time | relevance | path

Searched refs:pthread_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dpyperf.h50 bool pthread_match; member
212 event->pthread_match = pthread_created == pthread_self; in __on_event()
214 event->pthread_match = 1; in __on_event()
217 if (event->pthread_match || !pidData->use_tls) { in __on_event()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h51 bool pthread_match; member
264 event->pthread_match = pthread_created == pthread_self;
266 event->pthread_match = 1;
269 if (event->pthread_match || !pidData->use_tls) {

Completed in 2 milliseconds