Searched refs:ofp (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1992 FILE *ofp; in python_generate_script() local 1995 ofp = fopen(fname, "w"); in python_generate_script() 1996 if (ofp == NULL) { in python_generate_script() 2000 fprintf(ofp, "# perf script event handlers, " in python_generate_script() 2003 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in python_generate_script() 2006 fprintf(ofp, "# The common_* event handler fields are the most useful " in python_generate_script() 2009 fprintf(ofp, "# all events. They don't necessarily correspond to " in python_generate_script() 2012 fprintf(ofp, "# in the format files. Those fields not available as " in python_generate_script() 2015 fprintf(ofp, "# be retrieved using Python functions of the form " in python_generate_script() 2018 fprintf(ofp, "# See the perf-script-python Documentation for the list " in python_generate_script() [all …]
|
| /linux/mm/ |
| H A D | memcontrol.c | 4241 struct cgroup_of_peak *ofp = of_peak(sf->private); in peak_show() local 4242 u64 fd_peak = READ_ONCE(ofp->value), peak; in peak_show() 4263 struct cgroup_of_peak *ofp = of_peak(of); in peak_open() local 4265 ofp->value = OFP_PEAK_UNSET; in peak_open() 4272 struct cgroup_of_peak *ofp = of_peak(of); in peak_release() local 4274 if (ofp->value == OFP_PEAK_UNSET) { in peak_release() 4279 list_del(&ofp->list); in peak_release() 4290 struct cgroup_of_peak *ofp = of_peak(of); in peak_write() local 4302 if (ofp->value == OFP_PEAK_UNSET) in peak_write() 4303 list_add(&ofp->list, watchers); in peak_write() [all …]
|