Symbol: perf_ftrace
tools/perf/builtin-ftrace.c
1041
static int prepare_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1086
static int start_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1099
static int stop_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1108
static int read_func_latency(struct perf_ftrace *ftrace, int buckets[])
tools/perf/builtin-ftrace.c
1116
static int cleanup_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1125
static int __cmd_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1206
static int prepare_func_profile(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1228
static int add_func_duration(struct perf_ftrace *ftrace, char *func, double time_ns)
tools/perf/builtin-ftrace.c
1269
static int parse_func_duration(struct perf_ftrace *ftrace, char *line, size_t len)
tools/perf/builtin-ftrace.c
1375
static void print_profile_result(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1422
static int __cmd_profile(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1527
struct perf_ftrace *ftrace = cb;
tools/perf/builtin-ftrace.c
1673
struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;
tools/perf/builtin-ftrace.c
1694
struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;
tools/perf/builtin-ftrace.c
1753
int (*cmd_func)(struct perf_ftrace *) = NULL;
tools/perf/builtin-ftrace.c
1754
struct perf_ftrace ftrace = {
tools/perf/builtin-ftrace.c
296
static void reset_tracing_options(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/builtin-ftrace.c
313
static int reset_tracing_files(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/builtin-ftrace.c
371
static int set_tracing_pid(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
413
static int set_tracing_cpu(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
423
static int set_tracing_func_stack_trace(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
434
static int set_tracing_func_irqinfo(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
467
static int set_tracing_filters(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
497
static int set_tracing_depth(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
513
static int set_tracing_percpu_buffer_size(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
528
static int set_tracing_trace_inherit(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
539
static int set_tracing_sleep_time(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
550
static int set_tracing_funcgraph_args(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
560
static int set_tracing_funcgraph_retval(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
575
static int set_tracing_funcgraph_retaddr(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
585
static int set_tracing_funcgraph_irqs(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
596
static int set_tracing_funcgraph_verbose(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
613
static int set_tracing_funcgraph_tail(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
624
static int set_tracing_thresh(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
638
static int set_tracing_options(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
723
static void select_tracer(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
740
static int __cmd_ftrace(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
853
static void make_histogram(struct perf_ftrace *ftrace, int buckets[],
tools/perf/builtin-ftrace.c
942
static void display_histogram(struct perf_ftrace *ftrace, int buckets[])
tools/perf/util/bpf_ftrace.c
156
int perf_ftrace__latency_start_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/bpf_ftrace.c
162
int perf_ftrace__latency_stop_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/bpf_ftrace.c
168
int perf_ftrace__latency_read_bpf(struct perf_ftrace *ftrace,
tools/perf/util/bpf_ftrace.c
210
int perf_ftrace__latency_cleanup_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/bpf_ftrace.c
22
int perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace)
tools/perf/util/ftrace.h
53
int perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace);
tools/perf/util/ftrace.h
54
int perf_ftrace__latency_start_bpf(struct perf_ftrace *ftrace);
tools/perf/util/ftrace.h
55
int perf_ftrace__latency_stop_bpf(struct perf_ftrace *ftrace);
tools/perf/util/ftrace.h
56
int perf_ftrace__latency_read_bpf(struct perf_ftrace *ftrace,
tools/perf/util/ftrace.h
58
int perf_ftrace__latency_cleanup_bpf(struct perf_ftrace *ftrace);
tools/perf/util/ftrace.h
63
perf_ftrace__latency_prepare_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/ftrace.h
69
perf_ftrace__latency_start_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/ftrace.h
75
perf_ftrace__latency_stop_bpf(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/util/ftrace.h
81
perf_ftrace__latency_read_bpf(struct perf_ftrace *ftrace __maybe_unused,
tools/perf/util/ftrace.h
89
perf_ftrace__latency_cleanup_bpf(struct perf_ftrace *ftrace __maybe_unused)