Searched refs:process (Results 1 – 25 of 98) sorted by relevance
1234
47 …nthesize_attrs(const struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process);52 perf_event__handler_t process,60 perf_event__handler_t process,81 int perf_event__synthesize_modules(const struct perf_tool *tool, perf_event__handler_t process, str…96 perf_event__handler_t process);104 perf_event__handler_t process, bool needs_mmap, bool data_mmap,112 struct perf_session *session, perf_event__handler_t process);122 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info()129 int perf_event__synthesize_bpf_events(struct perf_session *session, perf_event__handler_t process,133 perf_event__handler_t process __maybe_unused, in perf_event__synthesize_bpf_events()[all …]
54 perf_event__handler_t process) in perf_tool__process_synth_event() argument193 perf_event__handler_t process, in perf_event__synthesize_comm() argument604 process, machine) < 0) in perf_event__walk_cgroup_tree()661 process, machine) < 0) in perf_event__synthesize_cgroups()677 perf_event__handler_t process; member734 .process = process, in perf_event__synthesize_modules()785 process, machine); in __event__synthesize_thread()1005 perf_event__handler_t process; member1078 args[i].process = process; in perf_event__synthesize_threads()2230 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()[all …]
434 process); in synthesize_perf_record_bpf_metadata()477 perf_event__handler_t process; member491 ctx->process, ctx->machine); in synthesize_final_bpf_metadata_cb()510 .process = process, in perf_event__synthesize_final_bpf_metadata()632 machine, process); in perf_event__synthesize_one_bpf_prog()670 machine, process); in perf_event__synthesize_one_bpf_prog()676 tool, process, in perf_event__synthesize_one_bpf_prog()690 perf_event__handler_t process; member722 data->process); in process_bpf_image()758 perf_event__handler_t process, in perf_event__synthesize_bpf_events() argument[all …]
78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data); member101 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
19 perf_event__handler_t process; member62 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0) in perf_event__synthesize_extra_kmaps_cb()69 perf_event__handler_t process, in perf_event__synthesize_extra_kmaps() argument76 .process = process, in perf_event__synthesize_extra_kmaps()
294 struct child_process process; member322 struct child_test *child = container_of(process, struct child_test, process); in run_test_child()406 err = child_test->process.err; in finish_test()526 (*child)->process.pid = -1; in start_test()527 (*child)->process.no_stdin = 1; in start_test()529 (*child)->process.no_stdout = 1; in start_test()530 (*child)->process.no_stderr = 1; in start_test()533 (*child)->process.out = -1; in start_test()534 (*child)->process.err = -1; in start_test()593 child_test->process.pid); in __cmd_test()[all …]
7 `coredump` is a feature which dumps a process's memory space when the process terminates14 The piped user program may be interested in reading the stack pointers of the crashed process. The15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in30 coredumping thread. However, other threads in a coredumping process still had the problem.33 for all threads in a coredumping process.36 for the other threads in a coredumping process.47 #. Spawn a child process who creates some threads and then crashes.
28 variable by a different process? This litmus test is forbidden36 variable by a different process?54 load-buffering litmus test, where each process reads from one76 spin_is_locked() calls in the other process.79 Protect the access with a lock in one process, and use an81 in the other process.84 As below, but with the second access of the writer process85 and the first access of reader process protected by a lock.94 As below, but with the first access of the writer process104 process writes data and then a flag, and the other process reads[all …]
7 * to order the store-buffering pattern, where each process writes to the8 * variable that the preceding process reads.
7 * order the store-buffering pattern, where each process writes to the8 * variable that the preceding process reads. (Locking and RCU can also
6 * Given a release-acquire chain ordering the first process's store7 * against the last process's load, is ordering preserved if all of the
9 * case (P2() to P0()), each process reads from the preceding process's
2 // Test basic connection teardown where local process closes first:3 // the local process calls close() first, so we send a FIN, and receive an ACK.
4 The JIT has to write a /tmp/perf-%d.map (%d = pid of process) file15 The ownership of the file has to match the process.
23 This command allows to run simple daemon process that starts and26 You can imagine 'perf daemon' of background process with several68 The start command creates the daemon process.72 Do not put the process in background.77 The stop command stops all the session and the daemon process.139 First line is daemon process info with configured daemon base.
11 def process(parent, target, attrs) method in Perf.Documentation.LinkPerfProcessor
33 # harness-selftest.c:58:pass:teardown same-process=140 # harness-selftest.c:58:fail:teardown same-process=154 # harness-selftest.c:92:pass:teardown same-process=0
359 process = self._ops.start(args, build_dir)360 assert process.stdout is not None # tell mypy it's set365 process.wait(timeout=timeout)368 process.terminate()369 process.wait()376 for line in process.stdout:382 output.write(process.stdout.read())384 process.stdout.close()
17 -> Bind forked process to each cpu.20 -> Run test executable in a forked process.
6 set-process-name
8 disable-tsc-test set-anon-vma-name-test set-process-name
49 self._iperf_client.process(terminate=True)54 self._iperf_server.process(terminate=True)
11 int process(struct __sk_buff *skb) in process() function
53 int (*no_exec_cmd)(struct child_process *process);
35 Output will start with process id and file descriptor in that process,
Completed in 34 milliseconds