Searched refs:task_name (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/trace/ |
| H A D | preemptirq_delay_test.c | 153 char task_name[50]; in preemptirq_run_test() local 157 snprintf(task_name, sizeof(task_name), "%s_test", test_mode); in preemptirq_run_test() 158 task = kthread_run(preemptirq_delay_run, NULL, task_name); in preemptirq_run_test()
|
| /linux/sound/core/oss/ |
| H A D | pcm_oss.c | 2331 const char *task_name, in snd_pcm_oss_look_for_setup() argument 2340 if (!strcmp(setup->task_name, task_name)) in snd_pcm_oss_look_for_setup() 2343 } while ((task_name = strip_task_path(task_name)) != NULL); in snd_pcm_oss_look_for_setup() 2476 char task_name[32]; in snd_pcm_oss_open() local 2500 if (snd_task_name(current, task_name, sizeof(task_name)) < 0) { in snd_pcm_oss_open() 2507 task_name, &setup[0]); in snd_pcm_oss_open() 2510 task_name, &setup[1]); in snd_pcm_oss_open() 2955 setup->task_name, in snd_pcm_oss_proc_read() 2975 kfree(setup->task_name); in snd_pcm_oss_proc_free_setup_list() 2985 char line[128], str[32], task_name[32]; in snd_pcm_oss_proc_write() local [all …]
|
| /linux/include/sound/ |
| H A D | pcm_oss.h | 11 char *task_name; member
|
| /linux/include/uapi/linux/ |
| H A D | kfd_ioctl.h | 628 #define KFD_EVENT_FMT_VMFAULT(pid, task_name)\ argument 629 "%x:%s\n", (pid), (task_name) 656 #define KFD_EVENT_FMT_PROCESS(pid, task_name)\ argument 657 "%x %s\n", (pid), (task_name)
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_dsp_spos.h | 114 char task_name[DSP_MAX_TASK_NAME]; member
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-timechart.txt | 64 --highlight=<duration_nsecs|task_name>::
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 158 const char *task_name; member 1696 } else if (!sched->map.task_name || sched_match_task(sched, str)) { in map_switch_event() 1725 if (sched->map.task_name && !sched_match_task(sched, str)) { in map_switch_event() 1733 if (!(sched->map.task_name && !sched_match_task(sched, str))) in map_switch_event() 1763 if (sched->map.task_name) { in map_switch_event() 3873 OPT_STRING(0, "task-name", &sched.map.task_name, "task", in cmd_sched() 3989 if (sched.map.task_name) { in cmd_sched() 3990 sched.map.task_names = strlist__new(sched.map.task_name, NULL); in cmd_sched()
|