• Ian Rogers's avatar
    perf test: Basic mmap use skip · 7312c36c
    Ian Rogers authored
    If opening the event fails for basic mmap with EACCES it is more
    likely permission related that a true error. Mark the test as skip
    in this case and add a skip reason.
    
    Committer testing:
    
    Before:
    
      $ perf test "mmap interface"
        4: Read samples using the mmap interface           : FAILED!
      $
    
    After:
    
      $ perf test "mmap interface"
        4: Read samples using the mmap interface           : Skip (permissions)
      $
    Signed-off-by: default avatarIan Rogers <irogers@google.com>
    Tested-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Carsten Haitzler <carsten.haitzler@arm.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: John Garry <john.garry@huawei.com>
    Cc: Marco Elver <elver@google.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Michael Petlan <mpetlan@redhat.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Riccardo Mancini <rickyman7@gmail.com>
    Cc: Sohaib Mohamed <sohaib.amhmd@gmail.com>
    Cc: Stephane Eranian <eranian@google.com>
    Link: https://lore.kernel.org/r/20220518042027.836799-5-irogers@google.comSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    7312c36c
mmap-basic.c 4.77 KB