Em Thu, Aug 15, 2013 at 06:42:03PM +0200, Andi Kleen escreveu:
> 
> Here's an updated patch.
 
> perf, tools: Add perf stat --transaction v4
> @@ -1419,6 +1559,8 @@ int cmd_stat(int argc, const char **argv, const char 
> *prefix __maybe_unused)
>                    "aggregate counts per processor socket", AGGR_SOCKET),
>       OPT_SET_UINT(0, "per-core", &aggr_mode,
>                    "aggregate counts per physical processor core", AGGR_CORE),
> +     OPT_BOOLEAN('T', "transaction", &transaction_run,
> +                 "hardware transaction statistics"),
>       OPT_END()

Clashes with another patch, from you, that is in Ingo's perf/core as
well, that adds -D, so the above hunk doesn't apply:

        OPT_UINTEGER('I', "interval-print", &interval,
                    "print counts at regular interval in ms (>= 100)"),
        OPT_SET_UINT(0, "per-socket", &aggr_mode,
                     "aggregate counts per processor socket", AGGR_SOCKET),
        OPT_SET_UINT(0, "per-core", &aggr_mode,
                     "aggregate counts per physical processor core", AGGR_CORE),
        OPT_UINTEGER('D', "delay", &initial_delay,
                     "ms to wait before starting measurement after program 
start"),
        OPT_END()
        };

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
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