enable ftrace in android kernel

disable Wno-error=unused-but-set-variable

just delete -Wall

build kernel


export CROSS_COMPILE=aarch64-linux-android-
export ARCH=arm64
export CROSS_COMPILE_ARM32=/media/alex/08387397-8c9b-4a7c-8e14-e2cae7e0922c/aosp-9-r10/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
sed -i "s/\-Wall / /g" `grep "\-Wall " -rl ./` # avoid warning to corrupt compile

# after compile kernel
cp ./arch/arm64/boot/Image.gz-dtb /media/alex/08387397-8c9b-4a7c-8e14-e2cae7e0922c/aosp-9-r10/device/google/wahoo-kernel

do as google say:

https://source.android.com/devices/tech/debug/ftrace#dftrace

linux official doc:

https://www.kernel.org/doc/Documentation/trace/ftrace.txt

then I find ftrace doesn't work well on android, after some time try. I find linux kernel can log all functions, while android cann't. I find a way to work arround it

walleye:/d/tracing # echo ip_* > set_ftrace_filter # all ip_* function are traced
walleye:/d/tracing # echo function_graph > current_tracer
walleye:/d/tracing # echo 1 > tracing_on               #curl www.baidu.com                                                                                                                              
walleye:/d/tracing # echo 0 > tracing_on
walleye:/d/tracing # cat trace
# tracer: function_graph
#
# CPU  DURATION                  FUNCTION CALLS
# |     |   |                     |   |   |   |
 7) ! 379.114 us  |  ip_local_deliver();
 7) + 80.729 us   |  ip_local_deliver();
 7) ! 172.292 us  |  ip_local_deliver();
 7) ! 108.698 us  |  ip_local_deliver();
 7) ! 133.125 us  |  ip_local_deliver();
 7) ! 121.667 us  |  ip_local_deliver();
 7) ! 174.844 us  |  ip_local_deliver();
 0)   2.448 us    |  ip_mc_drop_socket();
 0)   2.708 us    |  ip_mc_drop_socket();
 1)   3.021 us    |  ip_mc_drop_socket();
 1)               |  ip_queue_xmit() {
 1)               |    ip_local_out() {
 1)               |      ip_output() {
 1)               |        ip_finish_output() {
 1) ! 197.135 us  |          ip_finish_output2();
 1) ! 202.656 us  |        }
 1) ! 271.093 us  |      }
 1) ! 417.969 us  |    }
 1) ! 427.552 us  |  }
 ------------------------------------------
 1)  OkHttp -3302  =>    <idle>-0   
 ------------------------------------------

 1)               |  ip_queue_xmit() {
 1)               |    ip_local_out() {
 1)               |      ip_output() {
 1)               |        ip_finish_output() {
 1) ! 246.146 us  |          ip_finish_output2();
 1) ! 254.531 us  |        }
 1) ! 292.865 us  |      }
 1) ! 463.438 us  |    }
 1) ! 471.354 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7)               |      ip_local_deliver() {
 7) + 74.583 us   |        ip_local_deliver_finish();
 7) ! 129.167 us  |      }
 7) ! 141.406 us  |    }
 7) ! 211.146 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7) + 29.532 us   |      ip_route_input_noref();
 7)               |      ip_local_deliver() {
 7) + 26.666 us   |        ip_local_deliver_finish();
 7) + 72.239 us   |      }
 7) ! 116.979 us  |    }
 7) ! 171.198 us  |  }
 ------------------------------------------
 1)    <idle>-0    =>  wifi@1.-822  
 ------------------------------------------

 1)   2.395 us    |  ip_mc_drop_socket();
 2)   2.708 us    |  ip_mc_drop_socket();
 ------------------------------------------
 1)  wifi@1.-822   =>  netlink-942  
 ------------------------------------------

 1)   1.823 us    |  ip_mc_drop_socket();
 ------------------------------------------
 7)  cds_ol_-2461  =>  netlink-942  
 ------------------------------------------

 7)   1.667 us    |  ip_mc_drop_socket();
 0)   2.500 us    |  ip_mc_drop_socket();
 ------------------------------------------
 7)  netlink-942   =>   curl-3351   
 ------------------------------------------

 7)   1.823 us    |  ip_mc_drop_socket();
 ------------------------------------------
 0)  wifi@1.-822   =>   netd-3353   
 ------------------------------------------

 0)   3.073 us    |  ip_generic_getfrag();
 ------------------------------------------
 7)   curl-3351    =>   netd-3353   
 ------------------------------------------

 7)   2.031 us    |  ip_mc_drop_socket();
 7) + 15.313 us   |  ip_route_output_flow();
 7)   0.417 us    |  ip_mc_drop_socket();
 7)   3.854 us    |  ip_route_output_flow();
 7)   0.521 us    |  ip_mc_drop_socket();
 4)   7.188 us    |  ip_route_output_flow();
 4)   3.855 us    |  ip_route_output_flow();
 4)               |  ip_queue_xmit() {
 4)               |    ip_local_out() {
 4)               |      ip_output() {
 4)               |        ip_finish_output() {
 4) ! 256.875 us  |          ip_finish_output2();
 4) ! 263.490 us  |        }
 4) ! 319.791 us  |      }
 4) ! 466.875 us  |    }
 4) ! 473.646 us  |  }
 ------------------------------------------
 7)   netd-3353    =>  cds_ol_-2461 
 ------------------------------------------

 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7) + 18.906 us   |      ip_route_input_noref();
 7)               |      ip_local_deliver() {
 7)               |        ip_local_deliver_finish() {
 7) ! 121.666 us  |          ip_queue_xmit();
 7) ! 261.979 us  |        }
 7) ! 310.885 us  |      }
 7) ! 343.281 us  |    }
 7) ! 403.802 us  |  }
 4)               |  ip_queue_xmit() {
 4)               |    ip_local_out() {
 4)               |      ip_output() {
 4)               |        ip_finish_output() {
 4) + 51.927 us   |          ip_finish_output2();
 4) + 57.604 us   |        }
 4) + 80.469 us   |      }
 4) ! 147.813 us  |    }
 4) ! 153.489 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7)               |      ip_local_deliver() {
 7) + 63.177 us   |        ip_local_deliver_finish();
 7) ! 109.323 us  |      }
 7) ! 121.302 us  |    }
 7) ! 171.927 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7)               |      ip_local_deliver() {
 7)               |        ip_local_deliver_finish() {
 7) ! 133.542 us  |          ip_queue_xmit();
 7) ! 200.417 us  |        }
 7) ! 297.448 us  |      }
 7) ! 308.803 us  |    }
 7) ! 342.657 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7)               |      ip_local_deliver() {
 7)               |        ip_local_deliver_finish() {
 7) ! 115.834 us  |          ip_queue_xmit();
 7) ! 176.198 us  |        }
 7) ! 217.604 us  |      }
 7) ! 226.354 us  |    }
 7) ! 265.208 us  |  }
 7)               |  ip_rcv() {
 7)               |    ip_rcv_finish() {
 7)               |      ip_local_deliver() {
 7)               |        ip_local_deliver_finish() {
 7) ! 106.510 us  |          ip_queue_xmit();
 7) ! 160.000 us  |        }
 7) ! 195.313 us  |      }
 7) ! 202.084 us  |    }
 7) ! 240.833 us  |  }
 ------------------------------------------
 7)  cds_ol_-2461  =>   curl-3351   
 ------------------------------------------

 7)   1.562 us    |  ip_mc_drop_socket();
 7)               |  ip_queue_xmit() {
 7)               |    ip_local_out() {
 7)               |      ip_output() {
 7)               |        ip_finish_output() {
 7) + 44.218 us   |          ip_finish_output2();
 7) + 49.114 us   |        }
 7) + 72.292 us   |      }
 7) ! 126.927 us  |    }
 7) ! 132.761 us  |  }
 ------------------------------------------

That's all

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 205,386评论 6 479
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 87,939评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 151,851评论 0 341
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,953评论 1 278
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,971评论 5 369
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,784评论 1 283
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 38,126评论 3 399
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,765评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 43,148评论 1 300
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,744评论 2 323
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,858评论 1 333
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,479评论 4 322
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,080评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,053评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,278评论 1 260
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 45,245评论 2 352
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,590评论 2 343

推荐阅读更多精彩内容