Searched refs:process (Results 1 - 25 of 227) sorted by relevance

12345678910

/linux-master/tools/perf/util/
H A Dsynthetic-events.h46 int perf_event__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process);
47 int perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process);
48 int perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine);
49 int perf_event__synthesize_cpu_map(struct perf_tool *tool, const struct perf_cpu_map *cpus, perf_event__handler_t process, struct machine *machine);
50 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
51 int perf_event__synthesize_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
52 int perf_event__synthesize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
53 int perf_event__synthesize_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process);
54 int perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe);
55 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc
[all...]
H A Dsynthetic-events.c53 perf_event__handler_t process)
65 return process(tool, event, &synth_sample, machine);
192 perf_event__handler_t process,
202 if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
224 perf_event__handler_t process,
254 if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
263 perf_event__handler_t process,
271 * spawns all threads in a process
287 if (perf_tool__process_synth_event(tool, event, machine, process) != 0)
424 perf_event__handler_t process,
50 perf_tool__process_synth_event(struct perf_tool *tool, union perf_event *event, struct machine *machine, perf_event__handler_t process) argument
190 perf_event__synthesize_comm(struct perf_tool *tool, union perf_event *event, pid_t pid, perf_event__handler_t process, struct machine *machine) argument
221 perf_event__synthesize_namespaces(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine) argument
260 perf_event__synthesize_fork(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, pid_t ppid, perf_event__handler_t process, struct machine *machine) argument
421 perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine, bool mmap_data) argument
545 perf_event__synthesize_cgroup(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) argument
585 perf_event__walk_cgroup_tree(struct perf_tool *tool, union perf_event *event, char *path, size_t mount_len, perf_event__handler_t process, struct machine *machine) argument
633 perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
670 perf_event__handler_t process; member in struct:perf_event__synthesize_modules_maps_cb_args
720 perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
761 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, union perf_event *fork_event, union perf_event *namespaces_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine, bool needs_mmap, bool mmap_data) argument
855 perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data) argument
932 __perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, struct dirent **dirent, int start, int num) argument
997 perf_event__handler_t process; member in struct:synthesize_threads_arg
1018 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data, unsigned int nr_threads_synthesize) argument
1114 __perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
1186 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
1199 perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine) argument
1349 perf_event__synthesize_cpu_map(struct perf_tool *tool, const struct perf_cpu_map *map, perf_event__handler_t process, struct machine *machine) argument
1367 perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine) argument
1406 perf_event__synthesize_stat(struct perf_tool *tool, struct perf_cpu cpu, u32 thread, u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine) argument
1428 perf_event__synthesize_stat_round(struct perf_tool *tool, u64 evtime, u64 type, perf_event__handler_t process, struct machine *machine) argument
1829 __perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine, size_t from) argument
1921 perf_event__synthesize_id_index(struct perf_tool *tool, perf_event__handler_t process, struct evlist *evlist, struct machine *machine) argument
1927 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct perf_thread_map *threads, perf_event__handler_t process, bool needs_mmap, bool data_mmap, unsigned int nr_threads_synthesize) argument
1988 perf_event__synthesize_event_update_unit(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process) argument
2005 perf_event__synthesize_event_update_scale(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process) argument
2022 perf_event__synthesize_event_update_name(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process) argument
2039 perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_event__handler_t process) argument
2062 perf_event__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process) argument
2090 perf_event__synthesize_extra_attr(struct perf_tool *tool, struct evlist *evsel_list, perf_event__handler_t process, bool is_pipe) argument
2146 perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process) argument
2180 perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, struct evlist *evlist, perf_event__handler_t process) argument
2228 perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine) argument
2252 perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, struct evlist *evlist, perf_event__handler_t process, bool attrs) argument
2289 perf_event__synthesize_features(struct perf_tool *tool, struct perf_session *session, struct evlist *evlist, perf_event__handler_t process) argument
2352 perf_event__synthesize_for_pipe(struct perf_tool *tool, struct perf_session *session, struct perf_data *data, perf_event__handler_t process) argument
[all...]
/linux-master/arch/um/os-Linux/skas/
H A DMakefile6 obj-y := mem.o process.o
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dperf.fuc26 process(PROC_PERF, #perf_init, #perf_recv)
43 // $r14 - sender process name
H A Didle.fuc26 process(PROC_IDLE, #idle, #idle_recv)
60 // keep looping while there's pending messages for any process
65 // process the process' messages until there's none left
74 // next process!
/linux-master/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl10 # --read-procstat If the trace lacks process info, get it from /proc
161 die("Failed to math stat line for process name :: $statline");
176 die("Failed to match stat line process ppid:: $statline");
202 my $process = $1;
207 if ($opt_read_procstat && $process eq '') {
302 # Dump per-process stats
306 # Get the maximum process name
355 my $process;
359 $process = $process_pid;
360 $process
[all...]
H A Dtrace-vmscan-postprocess.pl8 # --read-procstat If the trace lacks process info, get it from /proc
252 die("Failed to math stat line for process name :: $statline");
283 my $process = $1;
286 if ($process eq "") {
287 $process = $last_procmap{$pid};
288 $process_pid = "$process-$pid";
290 $last_procmap{$pid} = $process;
294 if ($opt_read_procstat && $process eq '') {
461 # Dump per-process stats
465 # Get the maximum process nam
[all...]
/linux-master/arch/um/kernel/skas/
H A DMakefile6 obj-y := clone.o mmu.o process.o syscall.o uaccess.o
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c56 /* For process termination handling */
184 mm = get_task_mm(pdd->process->lead_thread);
255 * by current process. Translates acquired wave count into number of compute units
280 proc = pdd->process;
282 pr_debug("Gpu-Id: %d has no active queues for process %d\n",
498 if (!q || !q->process)
500 proc = q->process;
705 /* kfd_process_alloc_gpuvm - Allocate GPU VM for the KFD process
706 * This function should be only called right after the process
759 * process fo
802 struct kfd_process *process; local
878 struct kfd_process *process; local
896 struct kfd_process *process; local
1462 struct kfd_process *process; local
2052 kfd_reserved_mem_mmap(struct kfd_node *dev, struct kfd_process *process, struct vm_area_struct *vma) argument
[all...]
H A Dkfd_debug.c31 int kfd_dbg_ev_query_debug_event(struct kfd_process *process, argument
41 if (!(process && process->debug_trap_enabled))
44 mutex_lock(&process->event_mutex);
50 pqm = &process->pqm;
52 uint64_t tmp = process->exception_enable_mask;
70 for (i = 0; i < process->n_pdds; i++) {
71 struct kfd_process_device *pdd = process->pdds[i];
72 uint64_t tmp = process->exception_enable_mask
84 /* report process event
97 struct kfd_process *process; local
112 kfd_dbg_ev_raise(uint64_t event_mask, struct kfd_process *process, struct kfd_node *dev, unsigned int source_id, bool use_worker, void *exception_data, size_t exception_data_size) argument
[all...]
/linux-master/tools/perf/Documentation/
H A Dasciidoctor-extensions.rb11 def process(parent, target, attrs) method in class:Perf.Documentation.LinkPerfProcessor
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c31 u32 process, u32 message, u32 data0, u32 data1)
49 /* we currently only support a single process at a time waiting
55 pmu->recv.process = process;
66 nvkm_wr32(device, 0x10a1c4, process);
77 wait_event(pmu->recv.wait, (pmu->recv.process == 0));
91 u32 process, message, data0, data1; local
106 process = nvkm_rd32(device, 0x10a1c4);
115 /* wake process if it's waiting on a synchronous reply */
116 if (pmu->recv.process) {
30 gt215_pmu_send(struct nvkm_pmu *pmu, u32 reply[2], u32 process, u32 message, u32 data0, u32 data1) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skb_ctx.c11 int process(struct __sk_buff *skb) function
/linux-master/tools/perf/arch/x86/util/
H A Devent.c19 perf_event__handler_t process; member in struct:perf_event__synthesize_extra_kmaps_cb_args
62 if (perf_tool__process_synth_event(args->tool, event, args->machine, args->process) != 0)
69 perf_event__handler_t process,
76 .process = process,
68 perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
/linux-master/arch/openrisc/kernel/
H A DMakefile8 obj-y := head.o setup.o or32_ksyms.o process.o dma.o \
/linux-master/tools/testing/selftests/prctl/
H A DMakefile8 disable-tsc-test set-anon-vma-name-test set-process-name
/linux-master/tools/lib/subcmd/
H A Drun-command.h51 int (*no_exec_cmd)(struct child_process *process);
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c38 * Command line option to not fork the test running in the same process and
222 struct child_process process; member in struct:child_test
228 static int run_test_child(struct child_process *process) argument
230 struct child_test *child = container_of(process, struct child_test, process);
277 int out = child_test->process.out;
278 int err = child_test->process.err;
349 /* Clean up child process. */
350 ret = finish_command(&child_test->process);
391 (*child)->process
[all...]
/linux-master/arch/um/os-Linux/
H A DMakefile9 obj-y = execvp.o file.o helper.o irq.o main.o mem.o process.o \
18 main.o mem.o process.o registers.o sigio.o signal.o start_up.o time.o \
/linux-master/drivers/soc/ux500/
H A Dux500-soc-id.c25 * @process: the manufacturing process, 0x40 is 40 nm 0x00 is "standard"
32 u8 process; member in struct:dbx500_asic_id
119 dbx500_id.process = asicid >> 24;
152 if (dbx500_id.process == 0x00)
155 return sprintf(buf, "%02xnm\n", dbx500_id.process);
158 static DEVICE_ATTR_RO(process);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c43 struct amdgpu_mes_process *process,
68 struct amdgpu_mes_process *process,
257 struct amdgpu_mes_process *process; local
260 /* allocate the mes process buffer */
261 process = kzalloc(sizeof(struct amdgpu_mes_process), GFP_KERNEL);
262 if (!process) {
263 DRM_ERROR("no more memory to create mes process\n");
267 /* allocate the process context bo and map it */
270 &process->proc_ctx_bo,
271 &process
42 amdgpu_mes_kernel_doorbell_get(struct amdgpu_device *adev, struct amdgpu_mes_process *process, int ip_type, uint64_t *doorbell_index) argument
67 amdgpu_mes_kernel_doorbell_free(struct amdgpu_device *adev, struct amdgpu_mes_process *process, uint32_t doorbell_index) argument
314 struct amdgpu_mes_process *process; local
381 struct amdgpu_mes_process *process; local
488 struct amdgpu_mes_process *process; local
517 struct amdgpu_mes_process *process; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c40 in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
41 in->process.msg1_desc.msg_size = 0;
42 in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
43 in->process.msg2_desc.msg_size = 0;
44 in->process.msg3_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE;
45 in->process.msg3_desc.msg_size = 0;
627 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT;
628 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT;
630 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert,
651 if (msg_out->process
[all...]
/linux-master/security/integrity/ima/
H A Dima_queue_keys.c128 * ima_process_queued_keys() - process keys queued for measurement
136 bool process = false; local
145 * process the queued keys.
150 process = true;
154 if (!process)
/linux-master/kernel/power/
H A DMakefile14 obj-$(CONFIG_FREEZER) += process.o
/linux-master/arch/hexagon/kernel/
H A DMakefile8 obj-y += process.o trampoline.o reset.o ptrace.o vdso.o

Completed in 355 milliseconds

12345678910