Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
A Ddebug.c1112 debug_sprintf_entry_t *curr_event; in __debug_sprintf_event() local
1131 curr_event->string = string; in __debug_sprintf_event()
1147 debug_sprintf_entry_t *curr_event; in __debug_sprintf_exception() local
1167 curr_event->string = string; in __debug_sprintf_exception()
1548 rc = strlen(curr_event->string); in debug_sprintf_format_fn()
1560 rc = sprintf(out_buf, curr_event->string, curr_event->args[index[0]], in debug_sprintf_format_fn()
1561 curr_event->args[index[1]], curr_event->args[index[2]], in debug_sprintf_format_fn()
1562 curr_event->args[index[3]], curr_event->args[index[4]], in debug_sprintf_format_fn()
1563 curr_event->args[index[5]], curr_event->args[index[6]], in debug_sprintf_format_fn()
1564 curr_event->args[index[7]], curr_event->args[index[8]], in debug_sprintf_format_fn()
[all …]
/linux/tools/perf/
A Dbuiltin-sched.c65 unsigned long curr_event; member
389 struct sched_atom *event, *curr_event = last_event(task); in add_sched_event_run() local
395 if (curr_event && curr_event->type == SCHED_EVENT_RUN) { in add_sched_event_run()
397 curr_event->duration += duration; in add_sched_event_run()
646 this_task->curr_event = i; in thread_func()
688 task->curr_event = 0; in create_tasks()
743 task->curr_event = 0; in wait_for_tasks()

Completed in 18 milliseconds