summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2011-09-26 11:23:38 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-26 15:54:11 -0700
commita6eeeb9f45b5a417f574f3bc799b7122270bf59b (patch)
tree50780f1667972bd1e31974a10bb3b31c6852d133 /tools/perf/scripts/python/bin
parent0cc47d547d7a482434926331265b3713381b1e60 (diff)
downloadkernel-a6eeeb9f45b5a417f574f3bc799b7122270bf59b.tar.gz
USB: Update USB default wakeup settings
This patch (as1486) implements the kernel's new wakeup policy for USB host controllers. Since they don't generate wakeup requests on their but merely forward requests from their root hubs toward the CPU, they should be enabled for wakeup by default. Also, to be compliant with both the old and new policies, root hubs should not be enabled for remote wakeup by default. Userspace must enable it explicitly if it is desired. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
ro/kernel/commit/tools/perf/perf.h?id=b24413180f5600bcb3bb70fbed5cf186b60864bd'>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-13perf record: Support direct --user-regs argumentsAndi Kleen 2017-09-01perf tools: Support new sample type for physical addressKan Liang 2017-07-18perf tests attr: Add test_attr__ready functionJiri Olsa 2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini 2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa 2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo 2016-08-02perf record: Add --sample-cpu optionJiri Olsa 2016-07-15perf record: Add --tail-synthesize optionWang Nan 2016-07-15perf tools: Enable overwrite settingsWang Nan 2016-04-18perf tools: Ditch record_opts.callgraph_setArnaldo Carvalho de Melo 2016-02-18perf record: Add --all-user/--all-kernel optionsJiri Olsa 2015-08-31perf record: Add ability to name registers to recordStephane Eranian 2015-07-29perf tools: Introduce callgraph_set for callgraph optionKan Liang 2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter 2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter 2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang 2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter 2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter 2015-04-08perf record: Add clockid parameterPeter Zijlstra 2015-03-26perf: Bump max number of cpus to 1024David Ahern 2015-02-25perf record: Support recording running/enabled timeAndi Kleen 2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian 2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim 2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim