Searched refs:prev_comm (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 344 threads[prev_pid] = prev_comm 422 prev_comm, prev_pid, prev_prio, prev_state, argument 427 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
|
| H A D | task-analyzer.py | 921 common_pid, common_comm, common_callchain, prev_comm, argument
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tracepoint.c | 10 char prev_comm[TASK_COMM_LEN]; member
|
| H A D | test_stacktrace_map.c | |
| /linux/tools/perf/python/ |
| H A D | tracepoint.py | 44 print("time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % ( 46 event.prev_comm,
|
| /linux/tools/perf/scripts/perl/ |
| H A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
| /linux/Documentation/trace/ |
| H A D | fprobetrace.rst | 199 …sh-70 [000] d..2. 3912.083993: sched_switch: prev_comm=sh prev_pid=70 prev_prio=120 prev_sta… 201 …<idle>-0 [000] d..2. 3912.084183: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=12… 203 …rcu_preempt-16 [000] d..2. 3912.084196: sched_switch: prev_comm=rcu_preempt prev_pid=16 prev… 205 …<idle>-0 [000] d..2. 3912.085191: sched_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=12…
|
| H A D | eprobetrace.rst | 86 field:char prev_comm[16]; offset:8; size:16; signed:0;
|
| /linux/include/trace/events/ |
| H A D | sched.h | 230 __array( char, prev_comm, TASK_COMM_LEN ) 240 memcpy(__entry->prev_comm, prev->comm, TASK_COMM_LEN); 251 __entry->prev_comm, __entry->prev_pid, __entry->prev_prio,
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vpa-dtl.rst | 152 …migration/9 67 [009] 105373.359908: sched:sched_switch: prev_comm=migrati…
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 854 const char *prev_comm = evsel__strval(evsel, sample, "prev_comm"), in replay_switch_event() local 881 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 883 prev = register_pid(sched, prev_pid, prev_comm); in replay_switch_event() 2201 const char *prev_comm = evsel__strval(evsel, sample, "prev_comm"); in timehist_print_sample() local 2202 thread__set_comm(thread, prev_comm, sample->time); in timehist_print_sample()
|