Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c947 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string() function
966 tuple_set_string(t, 1, perf_evsel__name(evsel)); in python_export_evsel()
985 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); in python_export_machine()
1024 tuple_set_string(t, 1, comm__str(comm)); in python_export_comm()
1068 tuple_set_string(t, 2, dso->short_name); in python_export_dso()
1069 tuple_set_string(t, 3, dso->long_name); in python_export_dso()
1070 tuple_set_string(t, 4, sbuild_id); in python_export_dso()
1093 tuple_set_string(t, 5, sym->name); in python_export_symbol()
1111 tuple_set_string(t, 1, name); in python_export_branch_type()