Searched refs:max_pid (Results 1 – 1 of 1) sorted by relevance
/device/google/trout/tools/tracing/tooling/ |
D | update_trace.py | 31 def update_pid_perfetto_trace(trace_dict, start_pid, max_pid): argument 32 if start_pid >= max_pid: 34 if start_pid < 0 or max_pid <= 0: 44 if current_max_pid < max_pid: 52 def update_trace_file(input_file, time_offset, start_pid=(1<<16), max_pid = (1<<32)): argument 61 update_pid_perfetto_trace(trace_dict, start_pid, max_pid) 96 update_trace_file(args.input_file, args.time_offset, args.start_pid, args.max_pid)
|