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

/linux-4.4.14/tools/perf/util/
H A Ddb-export.c361 } branch_types[] = { variable in typeref:struct:__anon15701
388 for (i = 0; branch_types[i].name ; i++) { db_export__branch_types()
389 err = db_export__branch_type(dbe, branch_types[i].branch_type, db_export__branch_types()
390 branch_types[i].name); db_export__branch_types()
/linux-4.4.14/tools/perf/scripts/python/
H A Dexport-to-postgresql.py84 # branch_types
86 # 'branch_types' provides descriptions for each type of branch.
317 do_query(query, 'CREATE TABLE branch_types ('
485 '(SELECT name FROM branch_types WHERE id = branch_type) AS branch_type_name,'
572 copy_output_file(branch_type_file, "branch_types")
600 do_query(query, 'ALTER TABLE branch_types ADD PRIMARY KEY (id)')

Completed in 140 milliseconds