Searched refs:tpid (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_skb_helpers.c | 22 __u32 tpid; in test_skb_helpers() local 25 bpf_probe_read_kernel(&tpid , sizeof(tpid), &task->tgid); in test_skb_helpers()
|
| A D | test_skmsg_load_helpers.c | 31 __u32 pid, tpid; in prog_msg_verdict_common() local 39 bpf_probe_read_kernel(&tpid , sizeof(tpid), &task->tgid); in prog_msg_verdict_common() 40 if (pid != tpid) in prog_msg_verdict_common()
|
| A D | profiler.inc.h | 353 get_var_kill_data(struct pt_regs* ctx, int spid, int tpid, int sig) in get_var_kill_data() argument 368 kill_data->kill_target_pid = tpid; in get_var_kill_data() 375 static INLINE int trace_var_sys_kill(void* ctx, int tpid, int sig) in trace_var_sys_kill() argument 384 struct var_kill_data_t* kill_data = get_var_kill_data(ctx, spid, tpid, sig); in trace_var_sys_kill() 399 get_var_kill_data(ctx, spid, tpid, sig); in trace_var_sys_kill() 410 bpf_map_update_elem(&var_tpid_to_data, &tpid, in trace_var_sys_kill() 431 get_var_kill_data(ctx, spid, tpid, sig); in trace_var_sys_kill() 439 bpf_map_update_elem(&var_tpid_to_data, &tpid, arr_struct, 0); in trace_var_sys_kill() 618 u32 tpid = get_userspace_pid(); in raw_tracepoint__sched_process_exit() local 635 if (past_kill_data != NULL && past_kill_data->kill_target_pid == (pid_t)tpid) { in raw_tracepoint__sched_process_exit() [all …]
|
| /tools/thermal/tmon/ |
| A D | sysfs.c | 122 static int get_trip_point_data(char *tz_path, int tzid, int tpid) in get_trip_point_data() argument 128 if (tpid >= MAX_NR_TRIP) in get_trip_point_data() 131 snprintf(filename, sizeof(filename), "trip_point_%d_type", tpid); in get_trip_point_data() 138 ptdata.tzi[tzid].tp[tpid].type = trip_type; in get_trip_point_data() 140 tpid, temp_str, trip_type); in get_trip_point_data()
|
Completed in 18 milliseconds