#!/bin/sh # Author: Piyush Kumar # Author: Munish Kumar # Author: Ayush Gupta # Author: Konark Modi # Christoph Galuschka t_Log "Running $0 - bcc-tools: argdist test" if [ -z "$CONTAINERTEST" ] && [ "$centos_ver" -ge 8 ]; then /usr/share/bcc/tools/argdist -i 1 -n 5 -C 'p:c:umask(u32 mask):u32:mask' else t_Log "Running in container -> SKIP" exit 0 fi