Home
last modified time | relevance | path

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

1234

/tools/perf/util/
Dsynthetic-events.h33 …nt__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process);
34 …ct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process);
35 …struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *…
36 …struct perf_tool *tool, struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *…
37 …size_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
38 …size_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
39 …ize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
40 …size_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
41 …tr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
42 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc…
[all …]
Dsynthetic-events.c53 perf_event__handler_t process) in perf_tool__process_synth_event() argument
65 return process(tool, event, &synth_sample, machine); in perf_tool__process_synth_event()
192 perf_event__handler_t process, in perf_event__synthesize_comm() argument
202 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_comm()
224 perf_event__handler_t process, in perf_event__synthesize_namespaces() argument
254 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_namespaces()
263 perf_event__handler_t process, in perf_event__synthesize_fork() argument
287 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) in perf_event__synthesize_fork()
405 perf_event__handler_t process, in perf_event__synthesize_mmap_events() argument
512 if (perf_tool__process_synth_event(tool, event, machine, process) != 0) { in perf_event__synthesize_mmap_events()
[all …]
Dbpf-event.c176 perf_event__handler_t process, in perf_event__synthesize_one_bpf_prog() argument
277 machine, process); in perf_event__synthesize_one_bpf_prog()
311 machine, process); in perf_event__synthesize_one_bpf_prog()
322 perf_event__handler_t process; member
354 data->process); in process_bpf_image()
390 perf_event__handler_t process, in perf_event__synthesize_bpf_events() argument
427 err = perf_event__synthesize_one_bpf_prog(session, process, in perf_event__synthesize_bpf_events()
445 .process = process, in perf_event__synthesize_bpf_events()
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),
Dheader.h107 int (*process)(struct feat_fd *ff, void *data); member
132 int (*process)(struct perf_file_section *section,
Dtsc.c76 perf_event__handler_t process, in perf_event__synth_time_conv() argument
108 return process(tool, &event, NULL, machine); in perf_event__synth_time_conv()
/tools/lib/traceevent/Documentation/
Dlibtraceevent-commands.txt8 Manage pid to process name mappings.
26 These functions can be used to handle the mapping between pid and process name.
28 of the process, instead of its pid. This information can be retrieved from
31 The _tep_register_comm()_ function registers a _pid_ / process name mapping.
33 The _pid_ argument is the process ID, the _comm_ argument is the process name,
36 The _tep_override_comm()_ function registers a _pid_ / process name mapping.
37 If a process with the same pid is already registered, the process name string is
38 udapted with the new one. The _pid_ argument is the process ID, the _comm_
39 argument is the process name, _tep_ is the event context. The _comm_ is
42 The _tep_is_pid_registered()_ function checks if a pid has a process name
[all …]
Dlibtraceevent-record_parse.txt37 The _tep_data_pid()_ function gets the process id from the record _rec_.
61 The _tep_data_pid()_ function returns an integer, representing the process id
90 /* Got the process ID */
/tools/memory-model/litmus-tests/
DREADME28 variable by a different process? This litmus test is forbidden
36 variable by a different process?
40 litmus test is visible to an external process whose accesses are
41 separated by smp_mb(). This addition of an external process to
54 load-buffering litmus test, where each process reads from one
59 litmus test, where each process reads from one of two variables then
71 in one process, and use an acquire load followed by a pair of
72 spin_is_locked() calls in the other process.
75 Protect the access with a lock in one process, and use an
77 in the other process.
[all …]
DSB+poonceonces.litmus7 * to order the store-buffering pattern, where each process writes to the
8 * variable that the preceding process reads.
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
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
DISA2+pooncerelease+poacquirerelease+poacquireonce.litmus9 * case (P2() to P0()), each process reads from the preceding process's
DLB+poacquireonce+pooncerelease.litmus7 * test, where each process reads from one of two variables then writes
DS+poonceonces.litmus6 * Starting with a two-process release-acquire chain ordering P0()'s
DWRC+poonceonces+Once.litmus7 * where the first write is moved to a separate process. Note that this
/tools/perf/Documentation/
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.
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.
Dasciidoctor-extensions.rb11 def process(parent, target, attrs) method in Perf.Documentation.LinkPerfProcessor
/tools/testing/kunit/
Dkunit_kernel.py139 process = subprocess.Popen(' '.join(qemu_command),
145 process.wait(timeout=timeout)
148 process.terminate()
149 return process
165 process = subprocess.Popen(
169 process.wait()
184 process = subprocess.Popen([linux_bin] + params,
189 process.wait(timeout)
/tools/perf/arch/x86/util/
Devent.c16 perf_event__handler_t process, in perf_event__synthesize_extra_kmaps() argument
67 process) != 0) { in perf_event__synthesize_extra_kmaps()
/tools/power/cpupower/
DToDo17 -> Bind forked process to each cpu.
20 -> Run test executable in a forked process.
/tools/testing/selftests/bpf/progs/
Dtest_skb_ctx.c10 int process(struct __sk_buff *skb) in process() function
/tools/bpf/bpftool/Documentation/
Dbpftool-perf.rst31 Output will start with process id and file descriptor in that process,
/tools/testing/selftests/arm64/signal/
DREADME17 to run each test unit in its own standalone process, so as to start each
36 - Most of these tests are successfully passing if the process gets killed by
57 - some fatal signal sent by the Kernel to the test process

1234