Searched refs:next_comm (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 345 threads[next_pid] = next_comm 423 next_comm, next_pid, next_prio): argument 428 next_comm, next_pid, next_prio)
|
| H A D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument 932 next_comm = _filter_non_printable(next_comm) 934 _handle_task_start(next_pid, common_cpu, next_comm, time)
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tracepoint.c | 14 char next_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" % ( 50 event.next_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 …: sched_switch: prev_comm=sh prev_pid=70 prev_prio=120 prev_state=S ==> next_comm=swapper/0 next_p… 201 …d_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next… 203 …witch: prev_comm=rcu_preempt prev_pid=16 prev_prio=120 prev_state=I ==> next_comm=swapper/0 next_p… 205 …d_switch: prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=rcu_preempt next…
|
| H A D | eprobetrace.rst | 90 field:char next_comm[16]; offset:40; size:16; signed:0;
|
| /linux/include/trace/events/ |
| H A D | sched.h | 234 __array( char, next_comm, TASK_COMM_LEN ) 244 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); 266 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
| /linux/Documentation/arch/powerpc/ |
| H A D | vpa-dtl.rst | 152 …_switch: prev_comm=migration/9 prev_pid=67 prev_prio=0 prev_state=S ==> next_comm=swapper/9 next_p…
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 855 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local 881 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 884 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2171 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local 2222 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
|