Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 83) sorted by relevance

1234

/tools/perf/util/
Dthread_map.c50 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid()
113 pid_t pid = strtol(dirent->d_name, &end, 10); in thread_map__new_by_uid() local
177 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new()
195 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() local
310 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str()
359 static int get_comm(char **comm, pid_t pid) in get_comm()
385 pid_t pid = thread_map__pid(map, i); in comm_init() local
Dthread_map.h9 pid_t pid; member
44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid()
Dsession.h80 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid) in perf_session__find_machine()
86 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid) in perf_session__findnew_machine()
Dcloexec.c31 pid_t pid = -1; in perf_flag_probe() local
Dvalues.c58 u32 pid, u32 tid) in perf_read_values__findnew_thread()
119 u32 pid, u32 tid, in perf_read_values_add_value()
/tools/perf/scripts/python/
Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
251 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument
255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, dev_name): argument
260 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
266 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument
272 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument
278 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
[all …]
Dsched-migration.py31 def thread_name(pid): argument
208 def wake_up(self, ts_list, pid, cpu, fork): argument
349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument
353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument
372 common_callchain, comm, pid, runtime, vruntime): argument
377 common_callchain, comm, pid, delay): argument
382 common_callchain, comm, pid, delay): argument
387 common_callchain, comm, pid, delay): argument
397 common_callchain, comm, pid, prio): argument
402 common_callchain, comm, pid, prio): argument
[all …]
Dcompaction-times.py32 def filter(self, pid, comm): argument
41 def filter(self, pid, comm): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
132 def increment_pending(cls, pid, migrated, fscan, mscan): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
159 def __init__(self, comm, pid, filtered): argument
Dnet_dropmonitor.py69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
/tools/perf/arch/x86/tests/
Dintel-cqm.c14 pid_t pid; in spawn() local
44 pid_t pid; in test__intel_cqm_count_nmi_context() local
/tools/testing/selftests/powerpc/pmu/
Devent.c16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, in perf_event_open()
52 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options()
68 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid()
/tools/testing/selftests/memfd/
Dfuse_test.c203 pid_t pid; in spawn_sealing_thread() local
223 static void join_sealing_thread(pid_t pid) in join_sealing_thread()
234 pid_t pid; in main() local
/tools/testing/selftests/powerpc/pmu/ebb/
Dfork_cleanup_test.c45 pid_t pid; in fork_cleanup() local
Debb_on_willing_child_test.c53 pid_t pid; in ebb_on_willing_child() local
Debb_on_child_test.c48 pid_t pid; in ebb_on_child() local
Dtask_event_vs_ebb_test.c40 pid_t pid; in task_event_vs_ebb() local
Dtask_event_pinned_vs_ebb_test.c42 pid_t pid; in task_event_pinned_vs_ebb() local
Debb_vs_cpu_event_test.c42 pid_t pid; in ebb_vs_cpu_event() local
Dcpu_event_pinned_vs_ebb_test.c44 pid_t pid; in cpu_event_pinned_vs_ebb() local
Dcpu_event_vs_ebb_test.c42 pid_t pid; in cpu_event_vs_ebb() local
/tools/perf/tests/
Dattr.c60 static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu, in store_event()
130 void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, in test_attr__open()
Dhists_common.c12 u32 pid; member
21 u32 pid; member
/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_test.c26 pid_t pid; in dscr_inherit() local
Ddscr_inherit_exec_test.c48 pid_t pid; in dscr_inherit_exec() local
/tools/testing/selftests/timers/
Dskew_consistency.c57 pid_t pid; in main() local

1234