Home
last modified time | relevance | path

Searched refs:ofp (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2015 FILE *ofp; in python_generate_script()
2018 ofp = fopen(fname, "w"); in python_generate_script()
2019 if (ofp == NULL) { in python_generate_script()
2023 fprintf(ofp, "# perf script event handlers, " in python_generate_script()
2026 fprintf(ofp, "# Licensed under the terms of the GNU GPL" in python_generate_script()
2029 fprintf(ofp, "# The common_* event handler fields are the most useful " in python_generate_script()
2032 fprintf(ofp, "# all events. They don't necessarily correspond to " in python_generate_script()
2035 fprintf(ofp, "# in the format files. Those fields not available as " in python_generate_script()
2038 fprintf(ofp, "# be retrieved using Python functions of the form " in python_generate_script()
2041 fprintf(ofp, "# Se in python_generate_script()
2000 FILE *ofp; python_generate_script() local
[all...]
/linux/mm/
H A Dmemcontrol.c4648 struct cgroup_of_peak *ofp = of_peak(sf->private); in peak_show() local
4649 u64 fd_peak = READ_ONCE(ofp->value), peak; in peak_show()
4670 struct cgroup_of_peak *ofp = of_peak(of); in peak_open() local
4672 ofp->value = OFP_PEAK_UNSET; in peak_open()
4679 struct cgroup_of_peak *ofp = of_peak(of); in peak_release() local
4681 if (ofp->value == OFP_PEAK_UNSET) { in peak_release()
4686 list_del(&ofp->list); in peak_release()
4697 struct cgroup_of_peak *ofp = of_peak(of); in peak_write() local
4709 if (ofp->value == OFP_PEAK_UNSET) in peak_write()
4710 list_add(&ofp->list, watchers); in peak_write()
[all …]