Home
last modified time | relevance | path

Searched refs:last_pid (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_functions_graph.c26 pid_t last_pid; member
605 pid_t *last_pid; in verif_pid() local
610 last_pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in verif_pid()
612 if (*last_pid == pid) in verif_pid()
615 prev_pid = *last_pid; in verif_pid()
616 *last_pid = pid; in verif_pid()
1632 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open()
/linux/security/tomoyo/
H A Dcommon.c967 static pid_t last_pid; in tomoyo_manager() local
970 if (last_pid != pid) { in tomoyo_manager()
973 last_pid = pid; in tomoyo_manager()
/linux/tools/perf/util/
H A Dsession.c2868 pid_t last_pid = 0; in perf_event__process_id_index() local
2926 if (sid->machine_pid != last_pid) { in perf_event__process_id_index()
2930 last_pid = sid->machine_pid; in perf_event__process_id_index()