)]}'
{
  "commit": "2a19e13a2d2f4f7f80c5b2f86768db0cecb451a6",
  "tree": "9af2f916916e09cf05c21c5e8e4b21dde260539d",
  "parents": [
    "8192d2126ce6a143a1ec18cc0c8e63aee4ff70f2"
  ],
  "author": {
    "name": "João Petroni",
    "email": "jdspetroni@gmail.com",
    "time": "Wed Mar 31 18:56:06 2021 -0300"
  },
  "committer": {
    "name": "Bernd Hufmann",
    "email": "bernd.hufmann@ericsson.com",
    "time": "Thu Apr 15 11:38:47 2021 -0400"
  },
  "message": "ust.core: Fix realloc memory usage tracking\n\nCurrent code tracks the realloc() memory usage using the argument\npointer. However, this pointer is not the one that should be tracked,\nas the new allocated memory region is represented by the returned\npointer instead. As consequence of this behavior, the UST memory usage\nchart could be incorrect in the presence of realloc events.\n\nThis commit change the described behavior to use the returned pointer\n(ptr) instead of the argument pointer (inPtr).\n\n[Fixed] LTTng ust tracks realloc properly.\n\nSigned-off-by: João Petroni \u003cjdspetroni@gmail.com\u003e\nChange-Id: I2a53978f266583c21a905b87212075d566e86838\nReviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/178673\nTested-by: Matthew Khouzam \u003cmatthew.khouzam@ericsson.com\u003e\nTested-by: Bernd Hufmann \u003cbernd.hufmann@ericsson.com\u003e\nTested-by: Trace Compass Bot \u003ctracecompass-bot@eclipse.org\u003e\nReviewed-by: Matthew Khouzam \u003cmatthew.khouzam@ericsson.com\u003e\nReviewed-by: Bernd Hufmann \u003cbernd.hufmann@ericsson.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e32e20fb7def005409b7c1640a1dec6fc2ca04dd",
      "old_mode": 33188,
      "old_path": "lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryStateProvider.java",
      "new_id": "5f73b08159029ba3345317276617bfb36b7b9ee8",
      "new_mode": 33188,
      "new_path": "lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryStateProvider.java"
    }
  ]
}
