Searched refs:tuple_set_string (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1115 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string() function 1134 tuple_set_string(t, 1, evsel__name(evsel)); in python_export_evsel() 1153 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); in python_export_machine() 1192 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm() 1236 tuple_set_string(t, 2, dso__short_name(dso)); in python_export_dso() 1237 tuple_set_string(t, 3, dso__long_name(dso)); in python_export_dso() 1238 tuple_set_string(t, 4, sbuild_id); in python_export_dso() 1261 tuple_set_string(t, 5, sym->name); in python_export_symbol() 1279 tuple_set_string(t, 1, name); in python_export_branch_type() 1619 tuple_set_string(t, 7, msg); in python_process_auxtrace_error()
|