Home | History | Annotate | Download | only in perf

Lines Matching defs:thread

12 #include "util/thread.h"
282 struct thread *thread,
293 printf("%8.8s ", thread->comm);
295 printf("%s ", thread->comm);
297 printf("%16s ", thread->comm);
352 struct thread *thread,
363 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
366 thread__find_addr_map(thread, machine, cpumode, MAP__VARIABLE,
394 struct thread *thread)
413 print_sample_addr(event, sample, machine, thread, attr);
420 struct thread *thread,
428 print_sample_start(sample, thread, evsel);
431 print_sample_bts(event, sample, evsel, machine, thread);
439 print_sample_addr(event, sample, machine, thread, attr);
504 struct thread *thread = machine__findnew_thread(machine, sample->pid,
507 if (thread == NULL) {
536 scripting_ops->process_event(event, sample, evsel, machine, thread, &al);