码迷,mamicode.com
首页 > 数据库 > 详细

MYSQLD c++函数修饰名转换工具c++filt

时间:2016-07-04 21:52:26      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:

会话1:

 

mysql> select now();

 

 

会话2:

[root@localhost ~]# stap -v -e ‘probe process("/usr/local/mysql56/bin/mysqld").function("*Item_*").call{ if( tid()==7625) printf("%s:%s %d \n",execname(),probefunc(),tid())}‘ | c++filt



构造函数

mysqld:Item_func_now_local::Item_func_now_local(unsigned char) 7625 mysqld:Item_func_now::Item_func_now(unsigned char) 7625 mysqld:Item_datetime_func::Item_datetime_func() 7625 mysqld:Item_temporal_func::Item_temporal_func() 7625 mysqld:Item_func::Item_func() 7625 mysqld:Item_result_field::Item_result_field() 7625 mysqld:Item_name_string::Item_name_string() 7625 mysqld:Item_name_string::Item_name_string() 7625 mysqld:Item_int::Item_int(unsigned long long, unsigned int) 7625 mysqld:Item_num::Item_num() 7625 mysqld:Item_basic_constant::Item_basic_constant() 7625 mysqld:Item_name_string::Item_name_string() 7625 mysqld:Item_name_string::Item_name_string() 7625



类成员函数:

mysqld:Item_int::val_int() 7625 mysqld:Bounds_checked_array<Item_null_result*>::Bounds_checked_array() 7625 mysqld:Mem_root_array<Item_exists_subselect*, true>::Mem_root_array(st_mem_root*) 7625 mysqld:List_iterator<Item_func_set_user_var>::List_iterator(List<Item_func_set_user_var>&) 7625 mysqld:List_iterator<Item_func_set_user_var>::operator++(int) 7625 mysqld:Item_func::fix_fields(THD*, Item**) 7625 mysqld:Item_func::get_initial_pseudo_tables() const 7625 mysqld:Item_func_now::fix_length_and_dec() 7625 mysqld:Item_temporal_func::check_precision() 7625 mysqld:Item_func_now_local::time_zone() 7625 mysqld:Item_func::used_tables() const 7625 mysqld:Item_func::used_tables() const 7625 mysqld:List_iterator<Item_func_match>::List_iterator(List<Item_func_match>&) 7625 mysqld:List_iterator<Item_func_match>::List_iterator(List<Item_func_match>&) 7625 mysqld:List_iterator<Item_func_match>::operator++(int) 7625 mysqld:Item_func::type() const 7625 mysqld:Mem_root_array<Item_exists_subselect*, true>::empty() const 7625 mysqld:Mem_root_array<Item_exists_subselect*, true>::size() const 7625 mysqld:Item_datetime_func::field_type() const 7625 mysqld:Item_temporal_func::charset_for_protocol() const 7625 mysqld:Item_temporal_func::charset_for_protocol() const 7625 mysqld:Item_temporal_func::charset_for_protocol() const 7625 mysqld:Item_datetime_func::field_type() const 7625 mysqld:Item_func_now::get_date(st_mysql_time*, unsigned int) 7625 mysqld:Item_basic_constant::cleanup() 7625


析构函数

mysqld:Item_int::~Item_int() 7625 mysqld:Item_num::~Item_num() 7625 mysqld:Item_basic_constant::~Item_basic_constant() 7625 mysqld:Item_result_field::cleanup() 7625 mysqld:Item_func_now_local::~Item_func_now_local() 7625 mysqld:Item_func_now::~Item_func_now() 7625 mysqld:Item_datetime_func::~Item_datetime_func() 7625 mysqld:Item_temporal_func::~Item_temporal_func() 7625 mysqld:Item_func::~Item_func() 7625 mysqld:Item_result_field::~Item_result_field() 7625 mysqld:base_ilist<Item_change_record>::is_empty() const 7625 ^CPass 5: run completed in 20usr/160sys/7210real ms.

 

 

 

 



MYSQLD c++函数修饰名转换工具c++filt

标签:

原文地址:http://www.cnblogs.com/zengkefu/p/5641672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!