H A D | builtin-sched.c | 847 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() 873 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 876 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2147 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() 2193 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample() 852 *next_comm = evsel__strval(evsel, sample, "next_comm"); replay_switch_event() local 2154 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); timehist_print_sample() local
|