)]}'
{
  "commit": "c072c24975ec4f0ccfcb6f5c8a8040b6eb75ef8f",
  "tree": "39d5e69fa5a7c98b71c103d7f4e0f7318215ddae",
  "parents": [
    "50cdaf08a8ec1d7f43987705da7aff7cf949708f"
  ],
  "author": {
    "name": "walimis",
    "email": "walimisdev@gmail.com",
    "time": "Fri Nov 28 12:21:19 2008 +0800"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Fri Nov 28 13:15:14 2008 +0100"
  },
  "message": "ftrace: improve documentation\n\nImpact: extend documentation with notice of using wild cards correctly\n\nWe know that we can use wild cards to set set_ftrace_filter, but there\u0027s\nproblem when using them naively such as:\n\n   echo h* \u003e /debug/tracing/set_ftrace_filter\n\nIf there are files named with \"h\" prefix in current directory,\necho \"h*\" will echo these filenames to set_ftrace_filter, not the\nintended \"h*\".\n\nFor example:\n\n  $ cat /debug/tracing/available_filter_functions |grep ^hr |wc -l\n  23\n  $ ls\n  $ touch hraa hrdd\n  $ ls\n  hraa  hrdd\n  $ echo hr* \u003e /debug/tracing/set_ftrace_filter\n  $ cat /debug/tracing/set_ftrace_filter\n\nNo output in /debug/tracing/set_ftrace_filter!\n\nIf we use \u0027\u0027 to escape wild cards, it works:\n\n  $ ls\n  hraa  hrdd\n  $ echo \"hr*\" \u003e /debug/tracing/set_ftrace_filter\n  $ cat /debug/tracing/set_ftrace_filter |wc -l\n  23\n\nThis problem can lead to unexpected result if current directory has a\nlot of files.\n\nSigned-off-by: walimis \u003cwalimisdev@gmail.com\u003e\nAcked-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "de05042f11b9f22fd362325cf22145880ab7152e",
      "old_mode": 33188,
      "old_path": "Documentation/ftrace.txt",
      "new_id": "803b1318b13da11242a3558123d28293d3ee4378",
      "new_mode": 33188,
      "new_path": "Documentation/ftrace.txt"
    }
  ]
}
