Home | History | Annotate | Download | only in perl

Lines Matching full:thread_pid

30 	$thread_comm, $thread_pid) = @_;
32 $cpus[$common_cpu]{$thread_pid}{destroyed}++;
33 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
40 $thread_comm, $thread_pid, $cpu) = @_;
42 $cpus[$common_cpu]{$thread_pid}{created}++;
43 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
50 $thread_comm, $thread_pid, $func) = @_;
52 $cpus[$common_cpu]{$thread_pid}{executed}++;
53 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;
60 $thread_comm, $thread_pid, $func) = @_;
62 $cpus[$common_cpu]{$thread_pid}{inserted}++;
63 $cpus[$common_cpu]{$thread_pid}{comm} = $thread_comm;