Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c968 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string() function
987 tuple_set_string(t, 1, evsel__name(evsel)); in python_export_evsel()
1006 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); in python_export_machine()
1045 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
1089 tuple_set_string(t, 2, dso->short_name); in python_export_dso()
1090 tuple_set_string(t, 3, dso->long_name); in python_export_dso()
1091 tuple_set_string(t, 4, sbuild_id); in python_export_dso()
1114 tuple_set_string(t, 5, sym->name); in python_export_symbol()
1132 tuple_set_string(t, 1, name); in python_export_branch_type()
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
Dtrace-event-python.c1123 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string() function
1142 tuple_set_string(t, 1, evsel__name(evsel)); in python_export_evsel()
1161 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); in python_export_machine()
1200 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
1244 tuple_set_string(t, 2, dso->short_name); in python_export_dso()
1245 tuple_set_string(t, 3, dso->long_name); in python_export_dso()
1246 tuple_set_string(t, 4, sbuild_id); in python_export_dso()
1269 tuple_set_string(t, 5, sym->name); in python_export_symbol()
1287 tuple_set_string(t, 1, name); in python_export_branch_type()
1624 tuple_set_string(t, 7, msg); in python_process_auxtrace_error()