]> sourceware.org Git - systemtap.git/commitdiff
Specify argument type for _madvice_advice_str:string(behavior:long).
authorMartin Cermak <mcermak@redhat.com>
Thu, 1 Oct 2015 12:01:14 +0000 (14:01 +0200)
committerMartin Cermak <mcermak@redhat.com>
Thu, 1 Oct 2015 12:01:14 +0000 (14:01 +0200)
This makes stap --dump-functions report the correct argument type
for _madvice_advice_str().

tapset/linux/aux_syscalls.stp

index 622eacd01e0b6bfd4e406a4c79fe064587c3819d..14505d905d7839fa74b58ee538ca3eb428cce980 100644 (file)
@@ -2127,7 +2127,7 @@ static const _stp_val_array const _stp_madvice_advice_list[] = {
 };
 %}
 
-function _madvice_advice_str:string(behavior)
+function _madvice_advice_str:string(behavior:long)
 %{ /* pure */
        _stp_lookup_str(_stp_madvice_advice_list,
                        (unsigned int)STAP_ARG_behavior, STAP_RETVALUE,
This page took 0.034312 seconds and 5 git commands to generate.