)]}'
{
  "log": [
    {
      "commit": "088a4eed282c9f75a2c165ba4909433c6dd6f959",
      "tree": "c670f01ddd75779ee7d8b86d51cc9aeb1e98c029",
      "parents": [
        "52ad51e7a93558a218cd00059bd69881a82eb2bb"
      ],
      "author": {
        "name": "GeunSik Lim",
        "email": "leemgs1@gmail.com",
        "time": "Mon Sep 07 21:37:37 2009 +0900"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 09:50:48 2009 -0700"
      },
      "message": "debugfs: Change debuhgfs directory of trace-events-sample.h\n\nDefault directory of debug filesystem for ftrace is /sys/kernel/debug/.\n\nSigned-off-by: GeunSik Lim \u003cgeunsik.lim@samsung.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "d0b6e04a4cd8360e3c9c419f7c30a3081a0c142a",
      "tree": "621a99cac5fdc0c90a3bcdab60d5896daba04a00",
      "parents": [
        "7638d5322bd89d49e013a03fe2afaeb6d214fabd"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Mon Jul 13 10:33:21 2009 +0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon Jul 13 10:59:55 2009 +0200"
      },
      "message": "tracing/events: Move TRACE_SYSTEM outside of include guard\n\nIf TRACE_INCLDUE_FILE is defined, \u003ctrace/events/TRACE_INCLUDE_FILE.h\u003e\nwill be included and compiled, otherwise it will be\n\u003ctrace/events/TRACE_SYSTEM.h\u003e\n\nSo TRACE_SYSTEM should be defined outside of #if proctection,\njust like TRACE_INCLUDE_FILE.\n\nImaging this scenario:\n\n #include \u003ctrace/events/foo.h\u003e\n    -\u003e TRACE_SYSTEM \u003d\u003d foo\n ...\n #include \u003ctrace/events/bar.h\u003e\n    -\u003e TRACE_SYSTEM \u003d\u003d bar\n ...\n #define CREATE_TRACE_POINTS\n #include \u003ctrace/events/foo.h\u003e\n    -\u003e TRACE_SYSTEM \u003d\u003d bar !!!\n\nand then bar.h will be included and compiled.\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nCc: Steven Rostedt \u003crostedt@goodmis.org\u003e\nCc: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nLKML-Reference: \u003c4A5A9CF1.2010007@cn.fujitsu.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "44ad18e0a65e296b2e68a1452509f6222cdce743",
      "tree": "6828a8d5508ba9c93f8d094e78adead19d28aaa3",
      "parents": [
        "00e95830a4d6e49f764fdb19896a89199bc0aa3b"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Tue Jun 16 19:53:07 2009 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue Jun 16 19:53:07 2009 -0400"
      },
      "message": "tracing: update sample event documentation\n\nThe comments in the sample code is a bit confusing. This patch\ncleans them up a little.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "71e1c8ac42ae4038ddb1367cce7097ab868dc532",
      "tree": "a8e7ce8c468ad924da2d510df95c4da84edbb309",
      "parents": [
        "3e07a4f680adc66dfa175aa5021aedf340251b12"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Wed May 06 21:20:39 2009 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Wed May 06 23:10:42 2009 -0400"
      },
      "message": "tracing: update sample with TRACE_INCLUDE_FILE\n\nWhen creating trace events for ftrace, the header file with the TRACE_EVENT\nmacros must also have a macro called TRACE_SYSTEM. This macro describes\nthe name of the system the TRACE_EVENTS are defined for. It also doubles\nas a way for the define_trace.h file to include the file that included\nit.\n\nFor example:\n\nin irq.h\n\n #define TRACE_SYSTEM irq\n\n[...]\n\n #include \u003ctrace/define_trace.h\u003e\n\nThe define_trace will use TRACE_SYSTEM to include irq.h. But if the name\nof the trace system does not match the name of the trace header file,\none can override it with:\n\nWhich will change define_trace.h to inclued foo_trace.h instead of foo.h\n\nThe sample comments this, but people that use the sample code will more\nlikely use the code and not read the comments. This patch changes the\nsample code to use the TRACE_INCLUDE_FILE to better show developers how to\nuse it.\n\n[ Impact: make sample less confusing to developers ]\n\nReported-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    },
    {
      "commit": "35cf723e99c0e26ddf51f037dffaa4ff2c2c9106",
      "tree": "7422c7df64dc078916b890967940b089f304fd38",
      "parents": [
        "48dd0fed90e2b1f1ba87401439b85942181c6df3"
      ],
      "author": {
        "name": "Christoph Hellwig",
        "email": "hch@lst.de",
        "time": "Wed May 06 12:33:38 2009 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed May 06 16:48:56 2009 +0200"
      },
      "message": "tracing: small trave_events sample Makefile cleanup\n\nUse -I$(src) to add the current directory the include path.\n\n[ Impact: cleanup ]\n\nSigned-off-by: Christoph Hellwig \u003chch@lst.de\u003e\nAcked-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nLKML-Reference: \u003cnew-submission\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "fd6da10a617f483348ee32bcfe53fd20c302eca1",
      "tree": "acfec8a3b263d1aebe42de1a99389a55c739fc5f",
      "parents": [
        "5092dbc96f3acdac5433b27c06860352dc6d23b9"
      ],
      "author": {
        "name": "Li Zefan",
        "email": "lizf@cn.fujitsu.com",
        "time": "Wed May 06 10:32:13 2009 +0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed May 06 10:38:18 2009 +0200"
      },
      "message": "tracing/events: don\u0027t say hi when loading the trace event sample\n\nThe sample is useful for testing, and I\u0027m using it. But after\nloading the module, it keeps saying hi every 10 seconds, this may\nbe disturbing.\n\nAlso Steven said commenting out the \"hi\" helped in causing races. :)\n\n[ Impact: make testing a bit easier ]\n\nSigned-off-by: Li Zefan \u003clizf@cn.fujitsu.com\u003e\nAcked-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\nAcked-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\nLKML-Reference: \u003c4A00F6AD.2070008@cn.fujitsu.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "9cfe06f8cd5c8c3ad6ab323973e87dde670642b8",
      "tree": "94348ca2c013264e45d352d208c4a6dc9c221eef",
      "parents": [
        "ad8d75fff811a6a230f7f43b05a6483099349533"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "srostedt@redhat.com",
        "time": "Tue Apr 14 21:37:03 2009 -0400"
      },
      "committer": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue Apr 14 22:09:18 2009 -0400"
      },
      "message": "tracing/events: add trace-events-sample\n\nThis patch adds a sample to the samples directory on how to create\nand use TRACE_EVENT trace points.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n"
    }
  ]
}
