/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | parse-no-sample-id-all.c | 12 static int process_event(struct evlist **pevlist, union perf_event *event) in process_event() argument 17 if (perf_event__process_attr(NULL, event, pevlist)) { in process_event() 27 if (!*pevlist) in process_event() 30 if (perf_evlist__parse_sample(*pevlist, event, &sample)) { in process_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | parse-no-sample-id-all.c | 13 static int process_event(struct evlist **pevlist, union perf_event *event) in process_event() argument 18 if (perf_event__process_attr(NULL, event, pevlist)) { in process_event() 28 if (!*pevlist) in process_event() 31 if (evlist__parse_sample(*pevlist, event, &sample)) { in process_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | python.c | 896 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, in pyrf_evlist__init() argument 908 evlist__init(&pevlist->evlist, cpus, threads); in pyrf_evlist__init() 912 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) in pyrf_evlist__delete() argument 914 evlist__exit(&pevlist->evlist); in pyrf_evlist__delete() 915 Py_TYPE(pevlist)->tp_free((PyObject*)pevlist); in pyrf_evlist__delete() 918 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, in pyrf_evlist__mmap() argument 921 struct evlist *evlist = &pevlist->evlist; in pyrf_evlist__mmap() 938 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, in pyrf_evlist__poll() argument 941 struct evlist *evlist = &pevlist in pyrf_evlist__poll() 957 pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, PyObject *args __maybe_unused, PyObject *kwargs __maybe_unused) pyrf_evlist__get_pollfd() argument 995 pyrf_evlist__add(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs __maybe_unused) pyrf_evlist__add() argument 1028 pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) pyrf_evlist__read_on_cpu() argument 1081 pyrf_evlist__open(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) pyrf_evlist__open() argument 1145 struct pyrf_evlist *pevlist = (void *)obj; pyrf_evlist__length() local 1152 struct pyrf_evlist *pevlist = (void *)obj; pyrf_evlist__item() local [all...] |
H A D | header.h | 139 struct evlist **pevlist); 142 struct evlist **pevlist);
|
H A D | tool.h | 27 struct evlist **pevlist);
|
H A D | session.c | 318 struct evlist **pevlist in process_event_synth_attr_stub() 327 struct evlist **pevlist in process_event_synth_event_update_stub()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | python.c | 999 static int pyrf_evlist__init(struct pyrf_evlist *pevlist, in pyrf_evlist__init() argument 1011 evlist__init(&pevlist->evlist, cpus, threads); in pyrf_evlist__init() 1015 static void pyrf_evlist__delete(struct pyrf_evlist *pevlist) in pyrf_evlist__delete() argument 1017 evlist__exit(&pevlist->evlist); in pyrf_evlist__delete() 1018 Py_TYPE(pevlist)->tp_free((PyObject*)pevlist); in pyrf_evlist__delete() 1021 static PyObject *pyrf_evlist__mmap(struct pyrf_evlist *pevlist, in pyrf_evlist__mmap() argument 1024 struct evlist *evlist = &pevlist->evlist; in pyrf_evlist__mmap() 1041 static PyObject *pyrf_evlist__poll(struct pyrf_evlist *pevlist, in pyrf_evlist__poll() argument 1044 struct evlist *evlist = &pevlist in pyrf_evlist__poll() 1060 pyrf_evlist__get_pollfd(struct pyrf_evlist *pevlist, PyObject *args __maybe_unused, PyObject *kwargs __maybe_unused) pyrf_evlist__get_pollfd() argument 1098 pyrf_evlist__add(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs __maybe_unused) pyrf_evlist__add() argument 1131 pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) pyrf_evlist__read_on_cpu() argument 1184 pyrf_evlist__open(struct pyrf_evlist *pevlist, PyObject *args, PyObject *kwargs) pyrf_evlist__open() argument 1240 struct pyrf_evlist *pevlist = (void *)obj; pyrf_evlist__length() local 1247 struct pyrf_evlist *pevlist = (void *)obj; pyrf_evlist__item() local [all...] |
H A D | header.h | 160 struct evlist **pevlist); 163 struct evlist **pevlist);
|
H A D | tool.h | 27 struct evlist **pevlist);
|
H A D | session.c | 328 struct evlist **pevlist in process_event_synth_attr_stub() 337 struct evlist **pevlist in process_event_synth_event_update_stub()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-inject.c | 116 struct evlist **pevlist) in perf_event__repipe_attr() 122 ret = perf_event__process_attr(tool, event, pevlist); in perf_event__repipe_attr() 134 struct evlist **pevlist __maybe_unused) in perf_event__repipe_event_update() 114 perf_event__repipe_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) perf_event__repipe_attr() argument
|
H A D | builtin-report.c | 1099 struct evlist **pevlist) in process_attr() 1104 err = perf_event__process_attr(tool, event, pevlist); in process_attr() 1112 sample_type = evlist__combined_sample_type(*pevlist); in process_attr() 1097 process_attr(struct perf_tool *tool __maybe_unused, union perf_event *event, struct evlist **pevlist) process_attr() argument
|
H A D | builtin-script.c | 2153 struct evlist **pevlist) in process_attr() 2161 err = perf_event__process_attr(tool, event, pevlist); in process_attr() 2165 evlist = *pevlist; in process_attr() 2166 evsel = evlist__last(*pevlist); in process_attr() 2152 process_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) process_attr() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 783 struct evlist **pevlist); 1168 struct evlist **pevlist) in process_attr() 1173 err = perf_event__process_attr(tool, event, pevlist); in process_attr() 1181 sample_type = evlist__combined_sample_type(*pevlist); in process_attr() 1182 callchain_param_setup(sample_type, perf_env__arch((*pevlist)->env)); in process_attr() 1166 process_attr(struct perf_tool *tool __maybe_unused, union perf_event *event, struct evlist **pevlist) process_attr() argument
|
H A D | builtin-inject.c | 193 struct evlist **pevlist) in perf_event__repipe_attr() 199 ret = perf_event__process_attr(tool, event, pevlist); in perf_event__repipe_attr() 211 struct evlist **pevlist __maybe_unused) in perf_event__repipe_event_update() 191 perf_event__repipe_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) perf_event__repipe_attr() argument
|
H A D | builtin-script.c | 2436 struct evlist **pevlist) in process_attr() 2444 err = perf_event__process_attr(tool, event, pevlist); in process_attr() 2448 evlist = *pevlist; in process_attr() 2449 evsel = evlist__last(*pevlist); in process_attr() 2482 callchain_param_setup(sample_type, perf_env__arch((*pevlist)->env)); in process_attr() 2435 process_attr(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) process_attr() argument
|
H A D | builtin-lock.c | 1506 struct evlist **pevlist) in process_event_update() 1510 ret = perf_event__process_event_update(tool, event, pevlist); in process_event_update() 1504 process_event_update(struct perf_tool *tool, union perf_event *event, struct evlist **pevlist) process_event_update() argument
|