summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@gmail.com>2010-12-01 09:19:45 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-12-01 09:20:34 -0800
commit8ed9e0e1b602a0bcdc3bef52ec05fdab5b484341 (patch)
treee49ad1d6cbcfec5570b6de4332f4a4387d37b266 /tools/perf/scripts/python/Perf-Trace-Util
parent3bfa321e662edf90fb8123a02c987c2965fa50bb (diff)
downloadkernel-8ed9e0e1b602a0bcdc3bef52ec05fdab5b484341.tar.gz
Input: turbografx - fix reference counting
The ref-count of parport gained from parport_find_number() was not released in normal path. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions
scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter 2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter 2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter 2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter 2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter 2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter 2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot 2016-04-19perf script: Fix postgresql ubuntu install instructionsChris Phlipot 2015-09-28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter 2015-08-21perf tools: Add example call-graph scriptAdrian Hunter 2014-11-03perf tools: Add call information to Python exportAdrian Hunter 2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter 2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter