Searched refs:nstr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 2013 char nstr[30]; in timehist_print_sample() local 2050 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample() 2051 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 2060 char nstr[30]; in timehist_print_sample() local 2097 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample() 2098 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | base.c | 2675 static const char * const nstr[] = { in show_timer() local 2689 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | base.c | 2671 static const char * const nstr[] = { in show_timer() local 2685 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
|
Completed in 20 milliseconds