| /tools/perf/util/ |
| A D | comm.h | 15 bool exec; member 23 struct comm *comm__new(const char *str, u64 timestamp, bool exec); 26 bool exec);
|
| A D | comm.c | 192 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() argument 200 comm->exec = exec; in comm__new() 211 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() argument 222 if (exec) in comm__override() 223 comm->exec = true; in comm__override()
|
| A D | thread.c | 229 if (comm->exec) { in thread__exec_comm() 251 u64 timestamp, bool exec) in ____thread__set_comm() argument 258 int err = comm__override(curr, str, timestamp, exec); in ____thread__set_comm() 262 new = comm__new(str, timestamp, exec); in ____thread__set_comm() 267 if (exec) in ____thread__set_comm() 277 bool exec) in __thread__set_comm() argument 282 ret = ____thread__set_comm(thread, str, timestamp, exec); in __thread__set_comm()
|
| A D | bpf-filter.l | 132 exec { return constant(PERF_MEM_OP_EXEC); }
|
| A D | thread.h | 99 bool exec);
|
| A D | probe-event.c | 222 static int convert_exec_to_group(const char *exec, char **result) in convert_exec_to_group() argument 228 exec_copy = strdup(exec); in convert_exec_to_group() 623 static int get_text_start_address(const char *exec, u64 *address, in get_text_start_address() argument 633 fd = open(exec, O_RDONLY); in get_text_start_address() 776 int ntevs, const char *exec, in add_exec_to_probe_trace_events() argument 782 if (!exec) in add_exec_to_probe_trace_events() 785 ret = get_text_start_address(exec, &stext, nsi); in add_exec_to_probe_trace_events() 792 tevs[i].point.module = strdup(exec); in add_exec_to_probe_trace_events()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_overhead.c | 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument 31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
| A D | local_storage.c | 208 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG() argument
|
| A D | task_kfunc_failure.c | 305 int BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) in BPF_PROG() argument
|
| /tools/testing/selftests/exec/ |
| A D | null-argv.c | 10 #define FORK(exec) \ argument 15 exec; /* Some kind of exec */ \ 16 perror("# " #exec); \ 19 check_result(pid, #exec); \
|
| A D | check-exec.c | 269 const int exec = variant->mount_exec && variant->file_exec; in TEST_F() local 271 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F() 274 test_exec_path(_metadata, reg_file_path, exec ? 0 : EACCES); in TEST_F() 279 const int exec = variant->mount_exec && variant->file_exec; in TEST_F() local 292 const int exec = variant->file_exec; in TEST_F() local 294 test_exec_fd(_metadata, self->memfd, exec ? 0 : EACCES); in TEST_F() 297 test_exec_fd(_metadata, self->memfd, exec ? 0 : EACCES); in TEST_F() 302 const int exec = variant->file_exec; in TEST_F() local 306 test_exec_fd(_metadata, self->memfd, exec ? 0 : EACCES); in TEST_F() 309 test_exec_fd(_metadata, self->memfd, exec ? 0 : EACCES); in TEST_F() [all …]
|
| A D | .gitignore | 12 /check-exec 18 /set-exec
|
| /tools/testing/selftests/timens/ |
| A D | .gitignore | 3 exec
|
| /tools/lib/subcmd/ |
| A D | Build | 1 libsubcmd-y += exec-cmd.o
|
| /tools/perf/tests/shell/attr/ |
| A D | test-record-C0 | 9 # no enable on exec for CPU attached
|
| /tools/testing/selftests/powerpc/tm/ |
| A D | .gitignore | 10 tm-exec
|
| /tools/perf/Documentation/ |
| A D | perf.txt | 26 --exec-path:: 27 Display or set exec path.
|
| A D | perf-dlfilter.txt | 22 directory, or perf tools exec path which is ~/libexec/perf-core/dlfilters for 23 a local build and install (refer perf --exec-path), or the dynamic linker
|
| A D | perf-stat.txt | 241 exec {ctl_fd}<>${ctl_fifo} 246 exec {ctl_fd_ack}<>${ctl_ack_fifo} 256 exec {ctl_fd_ack}>&- 259 exec {ctl_fd}>&-
|
| A D | perf-record.txt | 214 na, load, store, pfetch, exec (for mem_op) 770 exec {ctl_fd}<>${ctl_fifo} 775 exec {ctl_fd_ack}<>${ctl_ack_fifo} 785 exec {ctl_fd_ack}>&- 788 exec {ctl_fd}>&-
|
| A D | perf-probe.txt | 99 Show available functions in given module or kernel. With -x/--exec, 139 --exec=PATH::
|
| /tools/testing/selftests/connector/ |
| A D | proc_filter.c | 164 event->event_data.exec.process_pid, in handle_packet() 165 event->event_data.exec.process_tgid); in handle_packet()
|
| /tools/testing/kunit/test_data/ |
| A D | test_is_test_passed-no_tests_run_no_header.log | 7 Adding 24743936 bytes to physical memory to account for exec-shield gap
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | libc-gcs.c | 673 FIXTURE_VARIANT_ADD(invalid_mprotect, exec) in FIXTURE_VARIANT_ADD() argument
|
| /tools/usb/usbip/ |
| A D | INSTALL | 113 pass the option `--exec-prefix=PREFIX' to `configure', the package uses
|