Subversion Repositories HelenOS

Rev

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

Rev 3472 Rev 3473
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");
684
}
688
}
685
 
689
 
686
static display_mask_t parse_display_mask(char *text)
690
static display_mask_t parse_display_mask(char *text)
687
{
691
{
688
    display_mask_t dm;
692
    display_mask_t dm;