/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 32 #include "parse-events.h" 33 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 1411 DEFINE_BADREQ_EVENT(parse); variable
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_gre.c | 85 One of them is to parse packet trying to detect inner encapsulation 880 .parse = ipgre_header_parse,
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink_queue.c | 1123 if (nfnl_ct->parse(nfqa[NFQA_CT], ct) < 0) in nfqnl_ct_parse()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 939 * hid_parse_report - parse device report 946 * only be called from parse() in ll drivers. 2435 ret = hdev->ll_driver->parse(hdev); in hid_add_device()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 1639 DEFINE_BADREQ_EVENT(parse); variable
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | net.c | 271 .parse = fwnet_header_parse,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvlan.c | 609 .parse = eth_header_parse,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 285 rc = dp->parser->parse(dp->parser); in dp_display_bind()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-logitech-dj.c | 1513 .parse = logi_dj_ll_parse, 1760 * interface subsequently call to the hid/hid-core to parse the in logi_dj_probe() 1765 hid_err(hdev, "%s: parse failed\n", __func__); in logi_dj_probe()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-core.c | 1322 .parse = usbhid_parse,
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_net.c | 1304 .parse = eth_header_parse,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 32 #include <subcmd/parse-options.h>
|
H A D | builtin-lock.c | 18 #include <subcmd/parse-options.h>
|
H A D | builtin-kvm.c | 16 #include <subcmd/parse-options.h> 1287 pr_err("Failed to parse sample\n"); in perf_kvm__mmap_read_idx()
|
H A D | builtin-stat.c | 45 #include <subcmd/parse-options.h> 46 #include "util/parse-events.h" 2740 perror("failed to parse CPUs map"); in cmd_stat()
|
H A D | builtin-top.c | 43 #include <subcmd/parse-options.h> 44 #include "util/parse-events.h" 51 #include "util/parse-branch-options.h" 1156 pr_err("Can't parse sample, err = %d\n", ret); in deliver_event()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 10 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_queue.c | 1164 if (nfnl_ct->parse(nfqa[NFQA_CT], ct) < 0) in nfqnl_ct_parse()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 41 #include "parse-events.h" 42 #include <subcmd/parse-options.h>
|
H A D | metricgroup.c | 28 #include <subcmd/parse-options.h> 123 * The expression parse context importantly holding the IDs contained 132 /** The expression to parse, for example, "instructions/cycles". */ 311 * Does this event belong to the parse context? For in setup_metric_events() 709 * that parse-events can't parse replaced. For example, in metricgroup__build_event_string() 997 * For both the parent and referenced metrics, we parse in __add_metric() 1436 * parse_ids - Build the event string for the ids and parse them creating an 1472 * Add a tool event to avoid a parse error on an empty string. in parse_ids()
|
H A D | header.c | 61 #include <traceevent/event-parse.h>
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 34 #include <traceevent/event-parse.h>
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_gre.c | 85 One of them is to parse packet trying to detect inner encapsulation 884 .parse = ipgre_header_parse,
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 104 // Create a language specific version of a parse context. 279 infoSink.info.message(EPrefixInternalError, "Unable to parse built-ins"); 280 printf("Unable to parse built-ins\n%s\n", infoSink.info.c_str()); 412 // - Free up the new pool used to parse the built-ins 1854 // Turn the shader strings into a parse tree in the TIntermediate. 1858 bool TShader::parse(const TBuiltInResource* builtInResources, int defaultVersion, EProfile defaultProfile, bool forceDefaultVersionAndProfile, in parse() function in __anon2793::SourceLineSynchronizer::glslang::TShader 1931 // All starting compilation units need to be the result of calling TShader::parse().
|