History log of /linux-tools/perf/profiler/ (Results 1 – 14 of 14)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
abe8ce5010-Oct-2022 David Wang <00107082@163.com>

ignore unsolvable symbol if current callchain has no solvable symbol yet.

Signed-off-by: David Wang <00107082@163.com>

abbb67ab26-Sep-2022 David Wang <00107082@163.com>

add option to profile kernel callchains only.

Signed-off-by: David Wang <00107082@163.com>

500cf4de24-Sep-2022 David Wang <00107082@163.com>

fix null pointer issue

Signed-off-by: David Wang <00107082@163.com>

b31fb5e822-Sep-2022 David Wang <00107082@163.com>

fix html tag in symbol name

Signed-off-by: David Wang <00107082@163.com>

603b7a2c22-Sep-2022 David Wang <00107082@163.com>

when an address has not match, give it a range

Signed-off-by: David Wang <00107082@163.com>

f82de63e21-Sep-2022 David Wang <00107082@163.com>

when a address could not be symbolized, use nearest symbole with higher address.

Signed-off-by: David Wang <00107082@163.com>

93979a5e21-Sep-2022 David Wang <00107082@163.com>

adjust profiler code, but the callchain from kernel is still not stable.

Signed-off-by: David Wang <00107082@163.com>

a7aacf2818-Sep-2022 David Wang <00107082@163.com>

Add new example for profiler kprobe

Signed-off-by: David Wang <00107082@163.com>

342f926f08-Sep-2022 David Wang <00107082@163.com>

add sample reports

Signed-off-by: David Wang <00107082@163.com>

f617ff4307-Sep-2022 David Wang <00107082@163.com>

Add static link flags for building profiler

Signed-off-by: David Wang <00107082@163.com>

4092c02806-Sep-2022 David Wang <00107082@163.com>

Do not profile the pid when pid belongs to root cgroup

Signed-off-by: David Wang <00107082@163.com>

9858fde706-Sep-2022 David Wang <00107082@163.com>

Update: the profiler works on kernel 3.10.x

Signed-off-by: David Wang <00107082@163.com>

dc1f6e5506-Sep-2022 David Wang <00107082@163.com>

Update readme for profiler

1. compiler need to support c++11
2. Add how it works section

Signed-off-by: David Wang <00107082@163.com>

78c6814304-Sep-2022 David Wang <00107082@163.com>

Add light weight profiler source code