Page 1 of 1

tool profile export file format

Posted: Wed Jul 15, 2015 11:04 am
by Multik
hi all,

what the format of file exported by /tool profile file-name='lalala.txt'?

Re: tool profile export file format

Posted: Fri Jan 01, 2016 3:16 am
by rojuinex
hi all,

what the format of file exported by /tool profile file-name='lalala.txt'?
It's just a text file that's been compressed using the gz format. If you decompress it you will get something like this:
c0081530 T do_one_initcall
c0081530 T _stext
c00816f0 t match_dev_by_uuid
c0081728 T name_to_dev_t
c0081bc0 T is_crs_type
c0081be8 T is_music_lite
c0081c10 t nor_read
c0081d14 t read_unsigned
c0081d58 T read_booter_cfg
c0081ea8 T get_system_type
c00822f0 t platform_add_hwopt_devices
I'm not 100% on everything, but it appears that it's a list of functions with what I believe is the starting time at which the function was called. I have not deciphered what the 'T' vs 't' on each line means; but I'll update this post if I figure it out.

There are also some random lines scattered throughout with non-printable characters; along with a lot of random stuff at the bottom I haven't taken a look at yet.