Subversion Repositories HelenOS

Rev

Rev 3471 | Rev 3473 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3471 Rev 3472
Line 679... Line 679...
679
    printf("\n");
679
    printf("\n");
680
    printf("\tt ... Thread creation and termination\n");
680
    printf("\tt ... Thread creation and termination\n");
681
    printf("\ts ... System calls\n");
681
    printf("\ts ... System calls\n");
682
    printf("\ti ... Low-level IPC\n");
682
    printf("\ti ... Low-level IPC\n");
683
    printf("\tp ... Protocol level\n");
683
    printf("\tp ... Protocol level\n");
684
    printf("\n");
-
 
685
    printf("Examples:\n");
-
 
686
    printf("\ttrace +s /app/tetris\n");
-
 
687
    printf("\ttrace +tsip -t 12\n");
-
 
688
}
684
}
689
 
685
 
690
static display_mask_t parse_display_mask(char *text)
686
static display_mask_t parse_display_mask(char *text)
691
{
687
{
692
    display_mask_t dm;
688
    display_mask_t dm;