Home
last modified time | relevance | path

Searched refs:tracefs (Results 1 – 25 of 73) sorted by relevance

123

/external/libtracefs/src/
DMakefile6 OBJS += tracefs-utils.o
7 OBJS += tracefs-instance.o
8 OBJS += tracefs-events.o
9 OBJS += tracefs-tools.o
10 OBJS += tracefs-marker.o
11 OBJS += tracefs-kprobes.o
12 OBJS += tracefs-hist.o
13 OBJS += tracefs-filter.o
14 OBJS += tracefs-dynevents.o
15 OBJS += tracefs-eprobes.o
[all …]
/external/libtracefs/Documentation/
Dlibtracefs-events-tep.txt14 *#include <tracefs.h>*
28 _tracing_dir_ directory. This could be NULL or the location of the tracefs
30 to a copy of the tracefs directory from another machine.
35 location of the tracefs mount point for the trace systems of the local
36 machine, or it may be a path to a copy of the tracefs directory from another
43 directory. This could be NULL or the location of the tracefs mount point
45 of the tracefs directory from another machine. The _tep_ argument must be
56 mount point of the tracefs file system.
74 #include <tracefs.h>
114 *tracefs.h*
Dlibtracefs-error.txt7 functions to read and clear the tracefs error log.
13 *#include <tracefs.h>*
22 The *tracefs_error_last*() returns the last error message in the tracefs
24 tracefs file system may produce error messages in the error log. This
51 #include <tracefs.h>
103 *tracefs.h*
Dlibtracefs-log.txt12 *#include <tracefs.h>*
30 #include <tracefs.h>
42 *tracefs.h*
Dlibtracefs-cpu-open.txt12 *#include <tracefs.h>*
25 files in the tracefs file system in oder to read them with the *tracefs_cpu_read*(3)
28 The *tracefs_cpu_open()* creates a descriptor that can read the tracefs
67 *tracefs.h*
Dlibtracefs-events.txt13 *#include <tracefs.h>*
38 directory. This could be NULL or the location of the tracefs mount point
40 of the tracefs directory from another machine. The last entry in the array
46 or the location of the tracefs mount point for the trace systems of the
47 local machine, or it may be a path to a copy of the tracefs directory
106 #include <tracefs.h>
161 *tracefs.h*
Dlibtracefs-utils.txt13 *#include <tracefs.h>*
29 directory. This could be NULL or the location of the tracefs mount point
31 of the tracefs directory from another machine. The last entry in the array
83 #include <tracefs.h>
105 *tracefs.h*
Dlibtracefs-option-misc.txt13 *#include <tracefs.h>*
46 #include <tracefs.h>
66 *tracefs.h*
Dlibtracefs-files.txt13 *#include <tracefs.h>*
37 only with files in the tracefs main directory, it is not trace instance
82 #include <tracefs.h>
97 *tracefs.h*
Dlibtracefs-hist-cont.txt13 *#include <tracefs.h>*
55 #include <tracefs.h>
101 perror("Reading tracefs");
176 *tracefs.h*
Dlibtracefs-iterator.txt12 *#include <tracefs.h>*
37 The *tracefs_iterate_raw_events()* function will read the tracefs raw
41 NULL, then the toplevel tracefs buffer is used, otherwise the buffer for
81 #include <tracefs.h>
195 *tracefs.h*
Dlibtracefs-marker_raw.txt13 *#include <tracefs.h>*
49 #include <tracefs.h>
67 *tracefs.h*
Dlibtracefs-stream.txt13 *#include <tracefs.h>*
56 #include <tracefs.h>
91 *tracefs.h*
Dlibtracefs-events-file.txt13 *#include <tracefs.h>*
32 These are functions for accessing tracefs event specific files.
33 These functions act similar to the tracefs instance file functions
98 #include <tracefs.h>
184 *tracefs.h*
Dlibtracefs-marker.txt13 *#include <tracefs.h>*
52 #include <tracefs.h>
81 *tracefs.h*
Dlibtracefs-eprobes.txt12 *#include <tracefs.h>*
44 #include <tracefs.h>
152 *tracefs.h*
Dlibtracefs-traceon.txt13 *#include <tracefs.h>*
58 #include <tracefs.h>
117 *tracefs.h*
Dlibtracefs-options.txt6 tracefs_options - ftrace options, that can be controlled using tracefs library.
12 *#include <tracefs.h>*
62 This enum contains all ftrace options, that can be manipulated using tracefs library. More detailed
124 *tracefs.h*
Dlibtracefs-instances-files.txt13 *#include <tracefs.h>*
54 #include <tracefs.h>
139 *tracefs.h*
Dlibtracefs-instances-utils.txt13 *#include <tracefs.h>*
74 #include <tracefs.h>
107 *tracefs.h*
Dlibtracefs-uprobes.txt12 *#include <tracefs.h>*
50 #include <tracefs.h>
154 *tracefs.h*
/external/trace-cmd/tracecmd/
Dtrace-stat.c33 path = tracefs_instance_get_file(instance->tracefs, file); in get_instance_file_fd()
130 if (!tracefs_file_exists(instance->tracefs, name)) in report_file()
367 path = tracefs_instance_get_file(instance->tracefs, "events"); in report_events()
456 path = tracefs_instance_get_file(instance->tracefs, "events"); in report_event_filters()
529 path = tracefs_instance_get_file(instance->tracefs, "events"); in report_event_triggers()
618 path = tracefs_instance_get_file(instance->tracefs, "set_graph_function"); in report_graph_funcs()
626 path = tracefs_instance_get_file(instance->tracefs, "set_graph_notrace"); in report_graph_funcs()
639 path = tracefs_instance_get_file(instance->tracefs, "set_ftrace_filter"); in report_ftrace_filters()
647 path = tracefs_instance_get_file(instance->tracefs, "set_ftrace_notrace"); in report_ftrace_filters()
713 struct tracefs_instance *tracefs = instance ? instance->tracefs : NULL; in report_clock() local
[all …]
Dtrace-record.c319 path = tracefs_instance_get_file(instance->tracefs, file); in instance_reset_file_save()
332 tracefs_file_exists(top_instance.tracefs, "set_event_pid")) in test_set_event_pid()
335 tracefs_file_exists(top_instance.tracefs, "options/event-fork")) in test_set_event_pid()
338 tracefs_file_exists(top_instance.tracefs, "options/function-fork")) in test_set_event_pid()
376 instance->tracefs = tracefs_instance_create(name); in allocate_instance()
377 if (!instance->tracefs) in allocate_instance()
386 tracefs_instance_free(instance->tracefs); in allocate_instance()
485 path = tracefs_instance_get_file(instance->tracefs, file); in tracecmd_stat_cpu_instance()
529 name = tracefs_instance_get_name(instance->tracefs); in get_temp_file()
577 name = tracefs_instance_get_name(instance->tracefs); in delete_temp_file()
[all …]
/external/libtracefs/
DMakefile149 INCLUDES += -I$(src)/include/tracefs
280 $(Q)$(call do_install,$(src)/include/tracefs.h,$(includedir_SQ),644)
332 OBJS += tracefs-utils.o
333 OBJS += tracefs-instance.o
334 OBJS += tracefs-events.o
/external/libtraceevent/Documentation/
Dlibtraceevent-header_page.txt21 These functions retrieve information from kernel context, stored in tracefs
27 This information is retrieved from tracefs events/header_page, "commit" field.
31 information is retrieved from tracefs events/header_page, "timestamp" field.

123