H A D | export-to-postgresql.py | 153 # SELECT symbol_id,(SELECT name FROM symbols WHERE id = symbol_id) AS symbol, 155 # FROM calls_view GROUP BY symbol_id ORDER BY tot_elapsed_time DESC LIMIT 10; 165 # Top 10 function calls for a specific symbol (e.g. whose symbol_id is 187): 167 # SELECT * FROM calls_view WHERE symbol_id = 187 ORDER BY elapsed_time DESC LIMIT 10; 205 # print " id ip symbol_id symbol dso_id dso_short_name" 389 'symbol_id bigint,' 412 'symbol_id bigint,' 436 'symbol_id bigint,' 551 'c.symbol_id,' 1017 symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x) global() argument 1031 sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x) global() argument 1038 call_path_table(cp_id, parent_id, symbol_id, ip, *x) global() argument [all...] |