* Wangnan (F) <[email protected]> wrote:

> On 2015/6/18 22:01, Hou Pengyang wrote:
> >This patch introduces a --map-anon-mem argument to perf report to deal
> >with anon-executable-memory symbol parsing.
> 
> --map-anon-mem is not a good name. The user defined map area list
> introduced in this patch can be used on not only anon mapping but
> also file mapping.

Yeah, so quirky options generally suck and only 0.01% of the users will use it. 
It's in a way worse than not having this code, because we'll have to maintain 
it, 
but it won't be used.

Is there a way to auto-detect 'executable anon mappings' (perhaps by generating 
an 
MMAP event with some extra bit set, or a new MMAP event?) so that it's all 
seemless?

The user should not be required to know about such details!

Thanks,

        Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to