Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 98) sorted by relevance

1234

/tools/perf/util/
A Dsynthetic-events.h47 …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 …]
A Dsynthetic-events.c54 perf_event__handler_t process) in perf_tool__process_synth_event() argument
193 perf_event__handler_t process, in perf_event__synthesize_comm() argument
604 process, machine) < 0) in perf_event__walk_cgroup_tree()
661 process, machine) < 0) in perf_event__synthesize_cgroups()
677 perf_event__handler_t process; member
734 .process = process, in perf_event__synthesize_modules()
785 process, machine); in __event__synthesize_thread()
1005 perf_event__handler_t process; member
1078 args[i].process = process; in perf_event__synthesize_threads()
2230 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()
[all …]
A Dbpf-event.c434 process); in synthesize_perf_record_bpf_metadata()
477 perf_event__handler_t process; member
491 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; member
722 data->process); in process_bpf_image()
758 perf_event__handler_t process, in perf_event__synthesize_bpf_events() argument
[all …]
A Dthread-stack.h78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data); member
101 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
/tools/perf/arch/x86/util/
A Devent.c19 perf_event__handler_t process; member
62 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() argument
76 .process = process, in perf_event__synthesize_extra_kmaps()
/tools/perf/tests/
A Dbuiltin-test.c294 struct child_process process; member
322 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 …]
/tools/testing/selftests/coredump/
A DREADME.rst7 `coredump` is a feature which dumps a process's memory space when the process terminates
14 The piped user program may be interested in reading the stack pointers of the crashed process. The
15 crashed process's stack pointers can be read from `procfs`: it is the `kstkesp` field in
30 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.
/tools/memory-model/litmus-tests/
A DREADME28 variable by a different process? This litmus test is forbidden
36 variable by a different process?
54 load-buffering litmus test, where each process reads from one
76 spin_is_locked() calls in the other process.
79 Protect the access with a lock in one process, and use an
81 in the other process.
84 As below, but with the second access of the writer process
85 and the first access of reader process protected by a lock.
94 As below, but with the first access of the writer process
104 process writes data and then a flag, and the other process reads
[all …]
A DSB+poonceonces.litmus7 * to order the store-buffering pattern, where each process writes to the
8 * variable that the preceding process reads.
A DSB+fencembonceonces.litmus7 * order the store-buffering pattern, where each process writes to the
8 * variable that the preceding process reads. (Locking and RCU can also
A DISA2+poonceonces.litmus6 * Given a release-acquire chain ordering the first process's store
7 * against the last process's load, is ordering preserved if all of the
A DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus9 * case (P2() to P0()), each process reads from the preceding process's
/tools/testing/selftests/net/packetdrill/
A Dtcp_close_close-local-close-then-remote-fin.pkt2 // 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.
/tools/perf/Documentation/
A Djit-interface.txt4 The JIT has to write a /tmp/perf-%d.map (%d = pid of process) file
15 The ownership of the file has to match the process.
A Dperf-daemon.txt23 This command allows to run simple daemon process that starts and
26 You can imagine 'perf daemon' of background process with several
68 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.
A Dasciidoctor-extensions.rb11 def process(parent, target, attrs) method in Perf.Documentation.LinkPerfProcessor
/tools/testing/selftests/kselftest_harness/
A Dharness-selftest.expected33 # harness-selftest.c:58:pass:teardown same-process=1
40 # harness-selftest.c:58:fail:teardown same-process=1
54 # harness-selftest.c:92:pass:teardown same-process=0
/tools/testing/kunit/
A Dkunit_kernel.py359 process = self._ops.start(args, build_dir)
360 assert process.stdout is not None # tell mypy it's set
365 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()
/tools/power/cpupower/
A DTODO17 -> Bind forked process to each cpu.
20 -> Run test executable in a forked process.
/tools/testing/selftests/prctl/
A D.gitignore6 set-process-name
A DMakefile8 disable-tsc-test set-anon-vma-name-test set-process-name
/tools/testing/selftests/drivers/net/lib/py/
A Dload.py49 self._iperf_client.process(terminate=True)
54 self._iperf_server.process(terminate=True)
/tools/testing/selftests/bpf/progs/
A Dtest_skb_ctx.c11 int process(struct __sk_buff *skb) in process() function
/tools/lib/subcmd/
A Drun-command.h53 int (*no_exec_cmd)(struct child_process *process);
/tools/bpf/bpftool/Documentation/
A Dbpftool-perf.rst35 Output will start with process id and file descriptor in that process,

Completed in 34 milliseconds

1234