Searched refs:ofp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 557 FILE *ofp; in perl_generate_script() local 560 ofp = fopen(fname, "w"); in perl_generate_script() 561 if (ofp == NULL) { in perl_generate_script() 566 fprintf(ofp, "# perf script event handlers, " in perl_generate_script() 569 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in perl_generate_script() 572 fprintf(ofp, "# The common_* event handler fields are the most useful " in perl_generate_script() 575 fprintf(ofp, "# all events. They don't necessarily correspond to " in perl_generate_script() 578 fprintf(ofp, "# in the format files. Those fields not available as " in perl_generate_script() 581 fprintf(ofp, "# be retrieved using Perl functions of the form " in perl_generate_script() 584 fprintf(ofp, "# See Context.pm for the list of available " in perl_generate_script() [all …]
|
H A D | trace-event-python.c | 2009 FILE *ofp; in python_generate_script() local 2012 ofp = fopen(fname, "w"); in python_generate_script() 2013 if (ofp == NULL) { in python_generate_script() 2017 fprintf(ofp, "# perf script event handlers, " in python_generate_script() 2020 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in python_generate_script() 2023 fprintf(ofp, "# The common_* event handler fields are the most useful " in python_generate_script() 2026 fprintf(ofp, "# all events. They don't necessarily correspond to " in python_generate_script() 2029 fprintf(ofp, "# in the format files. Those fields not available as " in python_generate_script() 2032 fprintf(ofp, "# be retrieved using Python functions of the form " in python_generate_script() 2035 fprintf(ofp, "# See the perf-script-python Documentation for the list " in python_generate_script() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/ |
H A D | 0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch | 54 utilities_ofp_discover_SOURCES = utilities/ofp-discover.c 58 utilities_ofp_kill_SOURCES = utilities/ofp-kill.c
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 90 if (ofp)
|
H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 152 if (ofp)
|