aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorkaliu <kaliu@qti.qualcomm.com>2016-08-04 14:08:13 +0800
committerJoey Rizzoli <joey@lineageos.org>2017-06-14 23:00:19 +0200
commit9936cd0d736e7ebee1376e8417c9791e969b0e89 (patch)
tree2dacaec71c5a5669e156d5de4e2ce78670192053 /tools/perf/util/scripting-engines/trace-event-python.c
parentb0f454b1a49ec08417071fc9aa1ff9705f2974d4 (diff)
prima: Use heap memory for station_info instead of stack
From kernel 3.19-rc4, size of struct station_info is around 600 bytes, so stack frame size of such routine use this struct will easily exceed 1024 bytes, the default value of stack frame size. So use heap memory for this struct instead. Change-Id: Ibe8a4f5189fcc9d5554f7a5d851c93be8fa8dbad CRs-Fixed: 1050323 [GabrieleM: port from qcacld-2.0 to prima]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions