History log of /linux-tools/perf/profiler/profiler.cpp (Results 1 – 10 of 10)
Revision Date Author Comments
# abe8ce50 10-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>


# abbb67ab 26-Sep-2022 David Wang <00107082@163.com>

add option to profile kernel callchains only.

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


# 500cf4de 24-Sep-2022 David Wang <00107082@163.com>

fix null pointer issue

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


# b31fb5e8 22-Sep-2022 David Wang <00107082@163.com>

fix html tag in symbol name

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


# 603b7a2c 22-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>


# f82de63e 21-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>


# 93979a5e 21-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>


# a7aacf28 18-Sep-2022 David Wang <00107082@163.com>

Add new example for profiler kprobe

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


# 4092c028 06-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>


# 78c68143 04-Sep-2022 David Wang <00107082@163.com>

Add light weight profiler source code