/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fw_tracer.c | 37 static int mlx5_query_mtrc_caps(struct mlx5_fw_tracer *tracer) in mlx5_query_mtrc_caps() 81 static int mlx5_set_mtrc_caps_trace_owner(struct mlx5_fw_tracer *tracer, in mlx5_set_mtrc_caps_trace_owner() 94 static int mlx5_fw_tracer_ownership_acquire(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_ownership_acquire() 116 static void mlx5_fw_tracer_ownership_release(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_ownership_release() 125 static int mlx5_fw_tracer_create_log_buf(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_create_log_buf() 164 static void mlx5_fw_tracer_destroy_log_buf(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_destroy_log_buf() 177 static int mlx5_fw_tracer_create_mkey(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_create_mkey() 219 static void mlx5_fw_tracer_free_strings_db(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_free_strings_db() 230 static int mlx5_fw_tracer_allocate_strings_db(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_allocate_strings_db() 252 mlx5_fw_tracer_init_saved_traces_array(struct mlx5_fw_tracer *tracer) in mlx5_fw_tracer_init_saved_traces_array() [all …]
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace.c | 147 static int setup_ftrace_instance(struct test_ftracer *tracer, const char *name) in setup_ftrace_instance() 164 static void remove_ftrace_instance(struct test_ftracer *tracer) in remove_ftrace_instance() 174 struct test_ftracer *tracer = arg; in tracer_cleanup() local 179 static void tracer_set_error(struct test_ftracer *tracer, int error) in tracer_set_error() 185 const size_t tracer_get_savedlines_nr(struct test_ftracer *tracer) in tracer_get_savedlines_nr() 190 const char **tracer_get_savedlines(struct test_ftracer *tracer) in tracer_get_savedlines() 197 struct test_ftracer *tracer = arg; in tracer_thread_func() local 239 static int setup_trace_thread(struct test_ftracer *tracer) in setup_trace_thread() 265 static void stop_trace_thread(struct test_ftracer *tracer) in stop_trace_thread() 285 static void final_wait_for_events(struct test_ftracer *tracer, in final_wait_for_events() [all …]
|
H A D | ftrace-tcp.c | 479 static void check_free_events(struct test_ftracer *tracer) in check_free_events() 501 static int setup_tcp_trace_events(struct test_ftracer *tracer) in setup_tcp_trace_events() 529 static void aolib_tracer_destroy(struct test_ftracer *tracer) in aolib_tracer_destroy()
|
/linux/kernel/trace/ |
H A D | trace.h | 222 struct tracer *tracer; member 603 struct tracer { struct 624 int (*selftest)(struct tracer *trace, argument 635 struct tracer *next; argument 636 struct tracer_flags *flags; argument 643 /* True if tracer cannot be enabled in kernel param */ argument 653 int tracer_init(struct tracer *t, struct trace_array *tr); argument
|
H A D | trace_sched_wakeup.c | 333 struct tracer *tracer = tr->current_trace; in wakeup_flag_changed() local
|
H A D | trace_irqsoff.c | 544 struct tracer *tracer = tr->current_trace; in irqsoff_flag_changed() local
|
H A D | trace.c | 1257 struct tracer *tracer = tr->current_trace; in tracing_snapshot_instance_cond() local 5273 int trace_keep_overwrite(struct tracer *tracer, u32 mask, int set) in trace_keep_overwrite() 9304 create_trace_option_files(struct trace_array *tr, struct tracer *tracer) in create_trace_option_files()
|
/linux/security/apparmor/ |
H A D | task.c | 245 struct aa_label *tracer, u32 request, in profile_tracee_perm() 256 struct aa_profile *tracer, in profile_tracer_perm() 289 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace()
|
/linux/samples/seccomp/ |
H A D | user-trap.c | 208 pid_t worker = 0 , tracer = 0; in main() local
|
/linux/tools/tracing/rtla/src/ |
H A D | trace.c | 18 enum tracefs_tracers tracer; in enable_tracer_by_name() local
|
H A D | osnoise.c | 1059 struct osnoise_tool *osnoise_init_trace_tool(char *tracer) in osnoise_init_trace_tool()
|
/linux/kernel/ |
H A D | ptrace.c | 538 static bool __ptrace_detach(struct task_struct *tracer, struct task_struct *p) in __ptrace_detach() 594 void exit_ptrace(struct task_struct *tracer, struct list_head *dead) in exit_ptrace()
|
/linux/fs/proc/ |
H A D | array.c | 154 struct task_struct *tracer; in task_state() local
|
/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 177 char *tracer; member 1374 char *tracer; in save_and_disable_tracer() local [all...] |
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 1628 pid_t tracer) in teardown_trace_fixture() argument 1672 pid_t tracer; FIXTURE() local 2049 pid_t tracer, mytid, mypid, parent; FIXTURE() local [all...] |
/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 3042 def setTracerType(self, tracer): argument
|
/linux/include/linux/mlx5/ |
H A D | driver.h | 772 struct mlx5_fw_tracer *tracer; member
|