Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dstrobemeta.h276 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) in calc_location() argument
293 void *addr = tls_base + loc->offset; in calc_location()
324 &((struct tcbhead *)tls_base)->dtv); in calc_location()
342 size_t idx, void *tls_base, in read_int_var() argument
346 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var()
357 size_t idx, void *tls_base, in read_str_var() argument
366 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
387 size_t idx, void *tls_base, in read_map_var() argument
400 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()
458 void *tls_base; member
[all …]
Dpyperf.h76 static void *get_thread_state(void *tls_base, PidData *pidData) in get_thread_state() argument
83 tls_base + 0x310 + key * 0x10 + 0x08); in get_thread_state()
248 void* tls_base = (void*)task; local
250 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData)
258 tls_base + 0x10);