Displaying 8 results from an estimated 8 matches for "trace_graph_return".
2013 Nov 22
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...ills down.
OK, what I've found was;
- The functions which can be ftraced look good.
(see tracing/available_filter_functions)
- following functions should not be able to be probed.
- memcpy, memset
- native_load_sp0 and some other native functions (need to be clear)
- restore
- trace_graph_return
- trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
- This list still be not perfect. I just enabled/disabled kprobes
one by one. There might be combined bugs (combination of several
kprobes).
- Some of them are hard to specify by NOKPROBE_SYMBOL because they are
defined in asse...
2013 Nov 22
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...ills down.
OK, what I've found was;
- The functions which can be ftraced look good.
(see tracing/available_filter_functions)
- following functions should not be able to be probed.
- memcpy, memset
- native_load_sp0 and some other native functions (need to be clear)
- restore
- trace_graph_return
- trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
- This list still be not perfect. I just enabled/disabled kprobes
one by one. There might be combined bugs (combination of several
kprobes).
- Some of them are hard to specify by NOKPROBE_SYMBOL because they are
defined in asse...
2013 Nov 28
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...ons which can be ftraced look good.
>> (see tracing/available_filter_functions)
>> - following functions should not be able to be probed.
>> - memcpy, memset
>> - native_load_sp0 and some other native functions (need to be clear)
>> - restore
>> - trace_graph_return
>> - trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
>> - This list still be not perfect. I just enabled/disabled kprobes
>> one by one. There might be combined bugs (combination of several
>> kprobes).
>> - Some of them are hard to specify by NOKPRO...
2013 Nov 28
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...ons which can be ftraced look good.
>> (see tracing/available_filter_functions)
>> - following functions should not be able to be probed.
>> - memcpy, memset
>> - native_load_sp0 and some other native functions (need to be clear)
>> - restore
>> - trace_graph_return
>> - trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
>> - This list still be not perfect. I just enabled/disabled kprobes
>> one by one. There might be combined bugs (combination of several
>> kprobes).
>> - Some of them are hard to specify by NOKPRO...
2013 Nov 27
0
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...was;
> - The functions which can be ftraced look good.
> (see tracing/available_filter_functions)
> - following functions should not be able to be probed.
> - memcpy, memset
> - native_load_sp0 and some other native functions (need to be clear)
> - restore
> - trace_graph_return
> - trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
> - This list still be not perfect. I just enabled/disabled kprobes
> one by one. There might be combined bugs (combination of several
> kprobes).
> - Some of them are hard to specify by NOKPROBE_SYMBOL because th...
2013 Nov 30
0
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
...good.
> >> (see tracing/available_filter_functions)
> >> - following functions should not be able to be probed.
> >> - memcpy, memset
> >> - native_load_sp0 and some other native functions (need to be clear)
> >> - restore
> >> - trace_graph_return
> >> - trace_hardirqs_off_thunk, trace_hardirqs_on_thunk
> >> - This list still be not perfect. I just enabled/disabled kprobes
> >> one by one. There might be combined bugs (combination of several
> >> kprobes).
> >> - Some of them are...
2013 Nov 21
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> (2013/11/21 2:36), Frank Ch. Eigler wrote:
[ ... ]
> > one needs to resort to something like:
> >
> > # cat /proc/kallsyms | grep ' [tT] ' | while read addr type symbol; do
> > perf probe $symbol
> > done
> >
> > then wait for a few hours for that to finish. Then, or
2013 Nov 21
2
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> (2013/11/21 2:36), Frank Ch. Eigler wrote:
[ ... ]
> > one needs to resort to something like:
> >
> > # cat /proc/kallsyms | grep ' [tT] ' | while read addr type symbol; do
> > perf probe $symbol
> > done
> >
> > then wait for a few hours for that to finish. Then, or