OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_session__findnew
(Results
1 - 10
of
10
) sorted by null
/external/linux-tools-perf/util/
build-id.c
28
struct thread *thread =
perf_session__findnew
(session, event->ip.pid);
49
struct thread *thread =
perf_session__findnew
(session, event->fork.tid);
thread.h
33
struct thread *
perf_session__findnew
(struct perf_session *self, pid_t pid);
thread.c
64
struct thread *
perf_session__findnew
(struct perf_session *self, pid_t pid)
function
event.c
463
struct thread *thread =
perf_session__findnew
(session, event->comm.tid);
622
thread =
perf_session__findnew
(session, event->mmap.pid);
644
struct thread *thread =
perf_session__findnew
(session, event->fork.tid);
645
struct thread *parent =
perf_session__findnew
(session, event->fork.ptid);
783
struct thread *thread =
perf_session__findnew
(session, event->ip.pid);
session.c
863
struct thread *thread =
perf_session__findnew
(self, 0);
[
all
...]
/external/linux-tools-perf/
builtin-inject.c
144
thread =
perf_session__findnew
(session, event->ip.pid);
builtin-sched.c
1088
sched_out =
perf_session__findnew
(session, switch_event->prev_pid);
1089
sched_in =
perf_session__findnew
(session, switch_event->next_pid);
1123
struct thread *thread =
perf_session__findnew
(session, runtime_event->pid);
1154
wakee =
perf_session__findnew
(session, wakeup_event->pid);
1204
migrant =
perf_session__findnew
(session, migrate_task_event->pid);
1463
sched_out =
perf_session__findnew
(session, switch_event->prev_pid);
1464
sched_in =
perf_session__findnew
(session, switch_event->next_pid);
[
all
...]
builtin-lock.c
830
t =
perf_session__findnew
(session, st->tid);
864
struct thread *thread =
perf_session__findnew
(s, sample->tid);
builtin-kmem.c
317
struct thread *thread =
perf_session__findnew
(session, event->ip.pid);
builtin-script.c
350
struct thread *thread =
perf_session__findnew
(session, event->ip.pid);
Completed in 198 milliseconds