Searched refs:tls_base (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | strobemeta.h | 291 void *addr = tls_base + loc->offset; in calc_location() 322 &((struct tcbhead *)tls_base)->dtv); in calc_location() 340 size_t idx, void *tls_base, in read_int_var() argument 355 size_t idx, void *tls_base, in read_str_var() argument 364 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var() 385 size_t idx, void *tls_base, in read_map_var() argument 457 void *tls_base; member 505 void *tls_base, *payload; in read_strobe_meta() local 518 tls_base = (void *)task; in read_strobe_meta() 523 .tls_base = tls_base, in read_strobe_meta() [all …]
|
A D | pyperf.h | 75 static void *get_thread_state(void *tls_base, PidData *pidData) in get_thread_state() argument 82 tls_base + 0x310 + key * 0x10 + 0x08); in get_thread_state() 247 void* tls_base = (void*)task; in __on_event() local 249 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) in __on_event() 257 tls_base + 0x10); in __on_event()
|
Completed in 4 milliseconds