Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/
Dnetwork_DhcpNegotiationTimeout.py41 start_pid = self.get_daemon_pid("shill")
45 if end_pid != start_pid:
/external/trace-cmd/Documentation/trace-cmd/
Dtrace-cmd-profile.1.txt58 [<start_system>:]<start_event>,<start_match>[,<start_pid>]/
67 start_pid is optional, as matches are attached to the tasks that run
69 it is specified with start_pid.
85 g : The event is global (not associated to a task). start_pid is
/external/trace-cmd/tracecmd/
Dtrace-record.c1011 int start_pid, int end_pid, bool exclude) in append_filter_pid_range() argument
1022 if (start_pid == end_pid) { in append_filter_pid_range()
1025 field, exclude ? "!=" : "==", start_pid); in append_filter_pid_range()
1031 field, exclude ? "!=" : "==", start_pid); in append_filter_pid_range()
1050 field, op1, start_pid, op2, in append_filter_pid_range()
1057 field, op1, start_pid, op2, in append_filter_pid_range()
1076 int start_pid = -1, last_pid = -1; in make_pid_filter() local
1099 if (start_pid != -1) in make_pid_filter()
1101 last_pid, start_pid, in make_pid_filter()
1104 start_pid = last_pid = p->pid; in make_pid_filter()
[all …]