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

/linux-4.1.27/tools/perf/util/
H A Ddb-export.c354 } branch_types[] = { variable in typeref:struct:__anon14814
381 for (i = 0; branch_types[i].name ; i++) { db_export__branch_types()
382 err = db_export__branch_type(dbe, branch_types[i].branch_type, db_export__branch_types()
383 branch_types[i].name); db_export__branch_types()
/linux-4.1.27/tools/perf/scripts/python/
H A Dexport-to-postgresql.py134 do_query(query, 'CREATE TABLE branch_types ('
217 '(SELECT name FROM branch_types WHERE id = branch_type) AS branch_type_name,'
304 copy_output_file(branch_type_file, "branch_types")
332 do_query(query, 'ALTER TABLE branch_types ADD PRIMARY KEY (id)')

Completed in 103 milliseconds