diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-09-04 13:22:06 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-09-04 13:22:06 -0300 |
commit | cf2f33a4e54096f90652cca3511fd6a456ea5abe (patch) | |
tree | e547f6f62640ffcda00d0c542b8126ec1e7588e5 /tools/perf/trace | |
parent | e607f1426b584f2bd3f688a2d416baf963251e7a (diff) | |
download | linux-cf2f33a4e54096f90652cca3511fd6a456ea5abe.tar.bz2 |
perf trace: Add read/write to the file group
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-l6812iuai3g486z3mn8ufan8@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/trace')
-rw-r--r-- | tools/perf/trace/strace/groups/file | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/trace/strace/groups/file b/tools/perf/trace/strace/groups/file index 62378a899d79..722e25d200bf 100644 --- a/tools/perf/trace/strace/groups/file +++ b/tools/perf/trace/strace/groups/file @@ -9,6 +9,7 @@ mkdir open openat quotactl +read readlink rename rmdir @@ -16,3 +17,4 @@ stat statfs symlink unlink +write |