summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-23 11:09:15 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-23 11:09:15 +0100
commit99d0000f710f3432182761f65f9658f1cf0bf455 (patch)
tree3498f3ff61964dd716dd7cf4a227d6b3104dc23d /tools/perf/scripts/python/bin/stackcollapse-report
parent35d266a24796f02f63299cfe5009dfc0d5a0e820 (diff)
downloadkernel-99d0000f710f3432182761f65f9658f1cf0bf455.tar.gz
x86, xen: fix hardirq.h merge fallout
Impact: build fix This build error: arch/x86/xen/suspend.c:22: error: implicit declaration of function 'fix_to_virt' arch/x86/xen/suspend.c:22: error: 'FIX_PARAVIRT_BOOTMAP' undeclared (first use in this function) arch/x86/xen/suspend.c:22: error: (Each undeclared identifier is reported only once arch/x86/xen/suspend.c:22: error: for each function it appears in.) triggers because the hardirq.h unification removed an implicit fixmap.h include - on which arch/x86/xen/suspend.c depended. Add the fixmap.h include explicitly. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
d>Konstantin Khlebnikov 2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet 2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet 2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal 2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet 2016-06-10net_sched: remove generic throttled managementEric Dumazet 2016-06-08sched: remove qdisc->dropFlorian Westphal 2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet 2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet 2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel 2016-02-29sch_htb: update backlog as wellWANG Cong 2016-02-29net_sched: update hierarchical backlog tooWANG Cong 2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong 2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann 2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter 2014-09-30net: sched: enable per cpu qstatsJohn Fastabend 2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend 2014-09-30net: sched: implement qstat helper routinesJohn Fastabend 2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend