Home
last modified time | relevance | path

Searched refs:curr_event (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Ddebug.c1102 debug_sprintf_entry_t *curr_event; in __debug_sprintf_event() local
1121 curr_event->string = string; in __debug_sprintf_event()
1137 debug_sprintf_entry_t *curr_event; in __debug_sprintf_exception() local
1157 curr_event->string = string; in __debug_sprintf_exception()
1539 rc = strlen(curr_event->string); in debug_sprintf_format_fn()
1551 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()
1552 curr_event->args[index[1]], curr_event->args[index[2]], in debug_sprintf_format_fn()
1553 curr_event->args[index[3]], curr_event->args[index[4]], in debug_sprintf_format_fn()
1554 curr_event->args[index[5]], curr_event->args[index[6]], in debug_sprintf_format_fn()
1555 curr_event->args[index[7]], curr_event->args[index[8]], in debug_sprintf_format_fn()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c66 unsigned long curr_event; member
391 struct sched_atom *event, *curr_event = last_event(task); in add_sched_event_run() local
397 if (curr_event && curr_event->type == SCHED_EVENT_RUN) { in add_sched_event_run()
399 curr_event->duration += duration; in add_sched_event_run()
647 this_task->curr_event = i; in thread_func()
687 task->curr_event = 0; in create_tasks()
763 task->curr_event = 0; in wait_for_tasks()