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

/linux-4.4.14/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c509 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) tuple_set_string() function
522 tuple_set_string(t, 1, perf_evsel__name(evsel)); python_export_evsel()
541 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); python_export_machine()
579 tuple_set_string(t, 1, comm__str(comm)); python_export_comm()
620 tuple_set_string(t, 2, dso->short_name); python_export_dso()
621 tuple_set_string(t, 3, dso->long_name); python_export_dso()
622 tuple_set_string(t, 4, sbuild_id); python_export_dso()
645 tuple_set_string(t, 5, sym->name); python_export_symbol()
663 tuple_set_string(t, 1, name); python_export_branch_type()

Completed in 52 milliseconds