• muahao's avatar
    [tools/argdist.py] Fix a wrong place of help info (#1939) · 852e19be
    muahao authored
    argdist -H 'r::__vfs_read(void *file, void *buf, size_t count):size_t
    $entry(count):$latency > 1000000'
    is a wrong example which cann't excute success, because lack of ":" and cann't split field correctly.
    
    So, the right command is:
    
    argdist -H 'r::__vfs_read(void *file, void *buf, size_t count):size_t:
    $entry(count):$latency > 1000000'
    Signed-off-by: default avatarAhao Mu <muahao@linux.alibaba.com>
    852e19be
argdist.py 33.7 KB