Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 58) sorted by relevance

123

/tools/lib/traceevent/
DBuild1 libtraceevent-y += event-parse.o
4 libtraceevent-y += parse-filter.o
5 libtraceevent-y += parse-utils.o
6 libtraceevent-y += kbuffer-parse.o
8 libtraceevent-y += event-parse-api.o
/tools/lib/traceevent/Documentation/
Dlibtraceevent-parse_event.txt12 *#include <event-parse.h>*
21 structure to quickly parse raw data for a given event. The _tep_ argument is
41 #include <event-parse.h>
50 /* Failed to parse the ftrace print format */
54 /* Failed to parse the ftrace print format */
63 *event-parse.h*
Dlibtraceevent-parse_head.txt12 *#include <event-parse.h>*
38 #include <event-parse.h>
46 /* Failed to parse the header page */
55 *event-parse.h*
Dlibtraceevent-field_read.txt12 *#include <event-parse.h>*
33 #include <event-parse.h>
54 *event-parse.h*
Dlibtraceevent-reg_event_handler.txt7 unregisters a callback function to parse an event information.
13 *#include <event-parse.h>*
29 which is going to be called to parse the information for a given event.
35 to be called to parse the event information. The _context_ argument is a pointer
40 can register a function for an event to be used to parse the data instead.
72 #include <event-parse.h>
125 *event-parse.h*
Dlibtraceevent-cpus.txt13 *#include <event-parse.h>*
37 #include <event-parse.h>
50 *event-parse.h*
Dlibtraceevent-endian_read.txt12 *#include <event-parse.h>*
33 #include <event-parse.h>
51 *event-parse.h*
Dlibtraceevent-long_size.txt13 *#include <event-parse.h>*
37 #include <event-parse.h>
51 *event-parse.h*
Dlibtraceevent-page_size.txt13 *#include <event-parse.h>*
39 #include <event-parse.h>
55 *event-parse.h*
Dlibtraceevent-file_endian.txt13 *#include <event-parse.h>*
47 #include <event-parse.h>
64 *event-parse.h*
Dlibtraceevent-fields.txt12 *#include <event-parse.h>*
38 #include <event-parse.h>
78 *event-parse.h*
Dlibtraceevent-func_find.txt12 *#include <event-parse.h>*
43 #include <event-parse.h>
61 *event-parse.h*
Dlibtraceevent-strerror.txt12 *#include <event-parse.h>*
41 #include <event-parse.h>
58 *event-parse.h*
Dlibtraceevent-host_endian.txt13 *#include <event-parse.h>*
57 #include <event-parse.h>
77 *event-parse.h*
Dlibtraceevent-event_find.txt13 *#include <event-parse.h>*
46 #include <event-parse.h>
76 *event-parse.h*
Dlibtraceevent-set_flag.txt13 *#include <event-parse.h>*
56 #include <event-parse.h>
77 *event-parse.h*
Dlibtraceevent-header_page.txt13 *#include <event-parse.h>*
52 #include <event-parse.h>
75 *event-parse.h*
Dlibtraceevent-event_get.txt12 *#include <event-parse.h>*
48 #include <event-parse.h>
72 *event-parse.h*
Dlibtraceevent-handle.txt13 *#include <event-parse.h>*
55 #include <event-parse.h>
74 *event-parse.h*
/tools/perf/util/
DBuild25 perf-y += parse-events.o
66 perf-y += trace-event-parse.o
67 perf-y += parse-events-flex.o
68 perf-y += parse-events-bison.o
119 perf-y += parse-branch-options.o
121 perf-y += parse-regs-options.o
122 perf-y += parse-sublevel-options.o
205 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u…
207 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
208 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
[all …]
Dexpr.y25 %parse-param { double *final_val }
26 %parse-param { struct expr_parse_ctx *ctx }
27 %parse-param {void *scanner}
Dpmu.y2 %parse-param {struct list_head *format}
3 %parse-param {char *name}
/tools/power/cpupower/bench/
DMakefile11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \
15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh53 parse-build.sh $i/Make.out $configfile
54 parse-console.sh $i/console.log $configfile
64 parse-build.sh $i/Make.out $configfile
/tools/lib/subcmd/
DBuild4 libsubcmd-y += parse-options.o

123