Symbol: perf_ftrace
tools/perf/builtin-ftrace.c
1042
static int prepare_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1087
static int start_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1100
static int stop_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1109
static int read_func_latency(struct perf_ftrace *ftrace, int buckets[])
tools/perf/builtin-ftrace.c
1117
static int cleanup_func_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1126
static int __cmd_latency(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1207
static int prepare_func_profile(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1229
static int add_func_duration(struct perf_ftrace *ftrace, char *func, double time_ns)
tools/perf/builtin-ftrace.c
1270
static int parse_func_duration(struct perf_ftrace *ftrace, char *line, size_t len)
tools/perf/builtin-ftrace.c
1376
static void print_profile_result(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1423
static int __cmd_profile(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
1528
struct perf_ftrace *ftrace = cb;
tools/perf/builtin-ftrace.c
1674
struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;
tools/perf/builtin-ftrace.c
1695
struct perf_ftrace *ftrace = (struct perf_ftrace *) opt->value;
tools/perf/builtin-ftrace.c
1754
int (*cmd_func)(struct perf_ftrace *) = NULL;
tools/perf/builtin-ftrace.c
1755
struct perf_ftrace ftrace = {
tools/perf/builtin-ftrace.c
297
static void reset_tracing_options(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/builtin-ftrace.c
314
static int reset_tracing_files(struct perf_ftrace *ftrace __maybe_unused)
tools/perf/builtin-ftrace.c
372
static int set_tracing_pid(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
414
static int set_tracing_cpu(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
424
static int set_tracing_func_stack_trace(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
435
static int set_tracing_func_irqinfo(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
468
static int set_tracing_filters(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
498
static int set_tracing_depth(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
514
static int set_tracing_percpu_buffer_size(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
529
static int set_tracing_trace_inherit(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
540
static int set_tracing_sleep_time(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
551
static int set_tracing_funcgraph_args(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
561
static int set_tracing_funcgraph_retval(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
576
static int set_tracing_funcgraph_retaddr(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
586
static int set_tracing_funcgraph_irqs(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
597
static int set_tracing_funcgraph_verbose(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
614
static int set_tracing_funcgraph_tail(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
625
static int set_tracing_thresh(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
639
static int set_tracing_options(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
724
static void select_tracer(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
741
static int __cmd_ftrace(struct perf_ftrace *ftrace)
tools/perf/builtin-ftrace.c
854
static void make_histogram(struct perf_ftrace *ftrace, int buckets[],
tools/perf/builtin-ftrace.c
943
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)