Searched refs:perf_sample_dict (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/perf/scripts/python/ |
D | task-analyzer.py | 722 def _handle_task_finish(tid, cpu, time, perf_sample_dict): argument 738 pid = int(perf_sample_dict["sample"]["pid"]) 905 def trace_unhandled(event_name, context, event_fields_dict, perf_sample_dict): argument 923 next_prio, perf_sample_dict): argument 927 time = _time_to_internal(perf_sample_dict["sample"]["time"]) 933 _handle_task_finish(prev_pid, common_cpu, time, perf_sample_dict)
|