Re: [PATCH v6 0/7] perf tools: Use SIGUSR2 control data dumpping

2016-04-27 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 20, 2016 at 06:59:47PM +, Wang Nan escreveu:
> v5 -> v6: Improve trigger class: rename (Suggested by Namhyung Kim)
>   toggle -> hit; don't generate functions for each trigger,
> use generic functions instead.
> 
> Patch cleanup: switch auxtrace_snapshot to trigger in a
> isolated patch (2/7).

Applied to my perf/core branch, please check if all is well as I merged
two patches into one to avoid missing synthesized entries in the
bisection history.

- Arnaldo


Re: [PATCH v6 0/7] perf tools: Use SIGUSR2 control data dumpping

2016-04-22 Thread Jiri Olsa
On Wed, Apr 20, 2016 at 06:59:47PM +, Wang Nan wrote:
> v5 -> v6: Improve trigger class: rename (Suggested by Namhyung Kim)
>   toggle -> hit; don't generate functions for each trigger,
> use generic functions instead.
> 
> Patch cleanup: switch auxtrace_snapshot to trigger in a
> isolated patch (2/7).
> 
> Cc: Wang Nan 
> Cc: Adrian Hunter 
> Cc: He Kuang 
> Cc: Jiri Olsa 
> Cc: Masami Hiramatsu 
> Cc: Namhyung Kim 
> Cc: Zefan Li 
> Cc: pi3or...@163.com
> 
> Wang Nan (7):
>   perf tools: Introduce trigger class
>   perf tools: Derive trigger class from auxtrace_snapshot
>   perf record: Split output into multiple files via '--switch-output'
>   perf record: Force enable --timestamp-filename when --switch-output is
> provided
>   perf record: Disable buildid cache options by default in switch output
> mode
>   perf record: Re-synthesize tracking events after output switching
>   perf record: Generate tracking events for process forked by perf

for the patchset:

Acked-by: Jiri Olsa 

thanks,
jirka