08 Jan, 2011

1 commit

  • 'sched_signal_send' doesn't exist in the kernel now. Replace it
    with 'signal_generate' so that the example in events.txt can be
    executed successfully.

    I also change some /debug to /sys/kernel/debug which is debugfs'
    default mount directory now(similar to commit 52ad51e).

    Cc: Li Zefan
    Cc: Randy Dunlap
    Cc: Jiri Kosina
    Signed-off-by: Tao Ma
    Signed-off-by: Jiri Kosina

    Tao Ma
     

21 May, 2010

1 commit

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (44 commits)
    vlynq: make whole Kconfig-menu dependant on architecture
    add descriptive comment for TIF_MEMDIE task flag declaration.
    EEPROM: max6875: Header file cleanup
    EEPROM: 93cx6: Header file cleanup
    EEPROM: Header file cleanup
    agp: use NULL instead of 0 when pointer is needed
    rtc-v3020: make bitfield unsigned
    PCI: make bitfield unsigned
    jbd2: use NULL instead of 0 when pointer is needed
    cciss: fix shadows sparse warning
    doc: inode uses a mutex instead of a semaphore.
    uml: i386: Avoid redefinition of NR_syscalls
    fix "seperate" typos in comments
    cocbalt_lcdfb: correct sections
    doc: Change urls for sparse
    Powerpc: wii: Fix typo in comment
    i2o: cleanup some exit paths
    Documentation/: it's -> its where appropriate
    UML: Fix compiler warning due to missing task_struct declaration
    UML: add kernel.h include to signal.c
    ...

    Linus Torvalds
     

05 May, 2010

1 commit


16 Mar, 2010

1 commit


21 Sep, 2009

1 commit


18 Sep, 2009

1 commit


16 Sep, 2009

1 commit


13 Sep, 2009

1 commit


01 Jul, 2009

1 commit

  • We already have ftrace= boot option, and this adds a similar
    boot option for trace events, so allow trace events to be
    enabled at boot, for boot debugging purpose.

    Signed-off-by: Li Zefan
    Cc: Steven Rostedt
    Cc: Frederic Weisbecker
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Li Zefan
     

19 May, 2009

1 commit

  • - fix some typos
    - document the difference between '>' and '>>'
    - document the 'enable' toggle
    - remove section "Defining an event-enabled tracepoint", since it's
    out-dated and sample/trace_events/ already serves this purpose.

    v2: add "Updated by Li Zefan"

    [ Impact: make documentation up-to-date ]

    Signed-off-by: Li Zefan
    Cc: Steven Rostedt
    Cc: Frederic Weisbecker
    Cc: "Theodore Ts'o"
    LKML-Reference:
    Signed-off-by: Ingo Molnar

    Li Zefan
     

12 Apr, 2009

1 commit