)]}'
{
  "commit": "493762fc534c71d11d489f872c4b4a2c61173668",
  "tree": "90f308853f26ad5334717d53b18680957aab5ff4",
  "parents": [
    "bac429f037f1a51a74d62bad6d1518c3be065df3"
  ],
  "author": {
    "name": "Steven Rostedt",
    "email": "srostedt@redhat.com",
    "time": "Mon Mar 23 17:12:36 2009 -0400"
  },
  "committer": {
    "name": "Steven Rostedt",
    "email": "srostedt@redhat.com",
    "time": "Tue Mar 24 23:41:06 2009 -0400"
  },
  "message": "tracing: move function profiler data out of function struct\n\nImpact: reduce size of memory in function profiler\n\nThe function profiler originally introduces its counters into the\nfunction records itself. There is 20 thousand different functions on\na normal system, and that is adding 20 thousand counters for profiling\nevent when not needed.\n\nA normal run of the profiler yields only a couple of thousand functions\nexecuted, depending on what is being profiled. This means we have around\n18 thousand useless counters.\n\nThis patch rectifies this by moving the data out of the function\nrecords used by dynamic ftrace. Data is preallocated to hold the functions\nwhen the profiling begins. Checks are made during profiling to see if\nmore recorcds should be allocated, and they are allocated if it is safe\nto do so.\n\nThis also removes the dependency from using dynamic ftrace, and also\nremoves the overhead by having it enabled.\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0456c3a51c6697c7eb8f49bbdf0f9faa74c78fb4",
      "old_mode": 33188,
      "old_path": "include/linux/ftrace.h",
      "new_id": "015a3d22cf7434deb500233623ae14b778d05e5b",
      "new_mode": 33188,
      "new_path": "include/linux/ftrace.h"
    },
    {
      "type": "modify",
      "old_id": "95e9ad5735d9c29aa62f5694c2927335198f275e",
      "old_mode": 33188,
      "old_path": "kernel/trace/Kconfig",
      "new_id": "8a4136096d7d957f5d04feb3bbe615446b9aef2a",
      "new_mode": 33188,
      "new_path": "kernel/trace/Kconfig"
    },
    {
      "type": "modify",
      "old_id": "11f364c776d549676f273e75aeefab2360109def",
      "old_mode": 33188,
      "old_path": "kernel/trace/ftrace.c",
      "new_id": "24dac448cdc95974670466725e56b558baa1376a",
      "new_mode": 33188,
      "new_path": "kernel/trace/ftrace.c"
    }
  ]
}
