Searched defs:start_pid (Results 1 – 2 of 2) sorted by relevance
31 def update_pid_perfetto_trace(trace_dict, start_pid, max_pid): argument52 def update_trace_file(input_file, time_offset, start_pid=(1<<16), max_pid = (1<<32)): argument
1011 int start_pid, int end_pid, bool exclude) in append_filter_pid_range()1076 int start_pid = -1, last_pid = -1; in make_pid_filter() local