Re: [PATCH 00/25] perf test: Add perf_event_attr tests

From: Namhyung Kim
Date: Thu Nov 01 2012 - 22:23:27 EST


On Fri, 02 Nov 2012 10:25:18 +0900, Namhyung Kim wrote:
> namhyung@sejong:perf$ cat tests/attr/test-stat-group1
> [config]
> command = stat
> args = -e '{cycles,instructions}' kill >/dev/null 2>&1
> ret = 1
>
> [event-1:base-stat]
> fd=1
> group_fd=-1
>
> [event-2:base-stat]
> fd=2
> group_fd=1
> config=1
> # TODO both disabled and enable_on_exec are disabled for --group option,
> # enabled otherwise, check why..
> disabled=1
> enable_on_exec=1

Oh I realize that I don't have the base-stat file.

namhyung@sejong:perf$ cat tests/attr/base-stat
cat: tests/attr/base-stat: No such file or directory

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/