| /tools/perf/util/ |
| D | thread_map.c | 51 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() 114 pid_t pid = strtol(dirent->d_name, &end, 10); in thread_map__new_by_uid() local 178 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() 196 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() local 312 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() 361 static int get_comm(char **comm, pid_t pid) in get_comm() 387 pid_t pid = thread_map__pid(map, i); in comm_init() local 440 bool thread_map__has(struct thread_map *threads, pid_t pid) in thread_map__has()
|
| D | thread_map.h | 9 pid_t pid; member 49 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid) in thread_map__set_pid()
|
| D | session.h | 74 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid) in perf_session__find_machine() 80 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid) in perf_session__findnew_machine()
|
| D | jitdump.c | 374 pid_t pid, tid; in jit_repipe_code_load() local 376 u32 pid, tid; in jit_repipe_code_load() member 478 pid_t pid, tid; in jit_repipe_code_move() local 480 u32 pid, tid; in jit_repipe_code_move() member 633 jit_detect(char *mmap_name, pid_t pid) in jit_detect() 692 pid_t pid, in jit_process()
|
| /tools/perf/scripts/python/ |
| D | netdev-times.py | 227 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, argument 261 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 267 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 273 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 279 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
| D | sched-migration.py | 31 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 …]
|
| /tools/perf/arch/x86/tests/ |
| D | intel-cqm.c | 14 pid_t pid; in spawn() local 44 pid_t pid; in test__intel_cqm_count_nmi_context() local
|
| /tools/kvm/kvm_stat/ |
| D | kvm_stat | 373 def perf_event_open(attr, pid, cpu, group_fd, flags): argument 631 def pid(self): member in TracepointProvider 635 def pid(self, pid): argument 678 def pid(self): member in DebugfsProvider 682 def pid(self, pid): member in DebugfsProvider 728 def __init__(self, providers, pid, fields=None): argument 770 def pid_filter(self, pid): argument 835 def update_pid(self, pid): argument
|
| /tools/testing/selftests/x86/ |
| D | mpx-dig.c | 64 int open_proc(int pid, char *file) in open_proc() 86 int __pid_load_vaddrs(int pid) in __pid_load_vaddrs() 128 int pid_load_vaddrs(int pid) in pid_load_vaddrs() 412 int inspect_pid(int pid) in inspect_pid() 468 int pid; in main() local 492 int pid = getpid(); in inspect_me() local
|
| /tools/testing/selftests/powerpc/tm/ |
| D | tm-signal-stack.c | 35 int pid; in tm_signal_stack() local
|
| /tools/testing/selftests/powerpc/pmu/ |
| D | event.c | 16 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/ |
| D | fuse_test.c | 203 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/ |
| D | fork_cleanup_test.c | 45 pid_t pid; in fork_cleanup() local
|
| D | ebb_on_willing_child_test.c | 55 pid_t pid; in ebb_on_willing_child() local
|
| D | ebb_on_child_test.c | 48 pid_t pid; in ebb_on_child() local
|
| D | task_event_vs_ebb_test.c | 40 pid_t pid; in task_event_vs_ebb() local
|
| D | task_event_pinned_vs_ebb_test.c | 42 pid_t pid; in task_event_pinned_vs_ebb() local
|
| D | ebb_vs_cpu_event_test.c | 42 pid_t pid; in ebb_vs_cpu_event() local
|
| D | cpu_event_vs_ebb_test.c | 42 pid_t pid; in cpu_event_vs_ebb() local
|
| D | cpu_event_pinned_vs_ebb_test.c | 44 pid_t pid; in cpu_event_pinned_vs_ebb() local
|
| /tools/perf/trace/beauty/ |
| D | pid.c | 3 int pid = arg->val; in syscall_arg__scnprintf_pid() local
|
| /tools/testing/selftests/powerpc/dscr/ |
| D | dscr_inherit_test.c | 26 pid_t pid; in dscr_inherit() local
|
| /tools/perf/tests/ |
| D | attr.c | 60 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()
|
| /tools/testing/selftests/timers/ |
| D | skew_consistency.c | 57 pid_t pid; in main() local
|
| /tools/testing/selftests/powerpc/signal/ |
| D | signal.c | 45 pid_t pid; in test_signal() local
|