Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 12 of 12) sorted by relevance

/linux-tools/ptrace/
H A Dsyscall_connect_lb.cpp16 #define exiterr(err, msg) do{ if(err<0) { perror(msg); exit(1); }} while(0) argument
/linux-tools/perf/pagefault/
H A Dperf_pagefault.cpp21 #define error(msg) do { perror(msg); exit(1); } while(0) argument
/linux-tools/perf/execommand/
H A Dperf_comm.cpp22 #define error(msg) do { perror(msg); exit(1); } while(0) argument
/linux-tools/perf/contextswitch/
H A Dperf_cxt_switch_1.cpp21 #define error(msg) do { perror(msg); exit(1); } while(0) argument
H A Dperf_cxt_switch_2.cpp22 #define error(msg) do { perror(msg); exit(1); } while(0) argument
H A Dperf_cxt_switch_3.cpp26 #define error(msg) do { perror(msg); exit(1); } while(0) argument
/linux-tools/perf/kprobe/
H A Dperf_kprobe.cpp23 #define error(msg) do { perror(msg); exit(1); } while(0) argument
/linux-tools/drivers/mremap/
H A Dextract.cpp21 #define exiterr(err, msg) do{ if(err<0) { perror(msg); exit(1); }} while(0) argument
H A Dinject.cpp23 #define exiterr(err, msg) do{ if(err<0) { perror(msg); exit(1); }} while(0) argument
/linux-tools/perf/uprobe/
H A Duprobe.cpp27 #define error(msg) do { perror(msg); exit(1); } while(0) argument
/linux-tools/perf/profiler/
H A Dprofiler-kprobe.cpp26 #define error(msg) do { perror(msg); exit(1); } while(0) argument
H A Dprofiler.cpp27 #define error(msg) do { perror(msg); exit(1); } while(0) argument