summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2008-06-12 21:36:24 -0700
committerJeff Garzik <jgarzik@redhat.com>2008-06-17 23:07:05 -0400
commit6fd65882f5e99972ba96f7cc92086ebac041cdf8 (patch)
tree3e386254b6f853623c95c4bd13a11e7237487838 /tools/perf/scripts/python/bin
parenta3b4fcedee5cf1d1342b85f1318c0fe1ff1727a9 (diff)
downloadkernel-6fd65882f5e99972ba96f7cc92086ebac041cdf8.tar.gz
net/enc28j60: section fix
Minor bugfixes to the enc28j60 driver ... wrong section marking, indentation, and bogus use of spi_bus_type. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Claudio Lanconelli <lanconelli.claudio@eptar.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter 2019-03-01perf 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