summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-01-10 16:40:50 +0530
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-01-16 17:49:29 -0300
commitdb1806edcfef007d9594435a331dcf7e7f1b8fac (patch)
tree62f171fa5f2b677734bdb0c08b4e29e8dfab1719 /tools/perf/scripts/python/event_analyzing_sample.py
parent25cd480e447eba47b8bdad1c9f95cadc074abc75 (diff)
downloadkernel-db1806edcfef007d9594435a331dcf7e7f1b8fac.tar.gz
perf tools: Fix statfs.f_type data type mismatch build error with uclibc
ARC Linux uses the no legacy syscalls abi and corresponding uClibc headers statfs defines f_type to be U32 which causes perf build breakage http://git.uclibc.org/uClibc/tree/libc/sysdeps/linux/common-generic/bits/statfs.h ----------->8--------------- CC fs/fs.o fs/fs.c: In function 'fs__valid_mount': fs/fs.c:82:24: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] else if (st_fs.f_type != magic) ^ cc1: all warnings being treated as errors ----------->8--------------- Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Borislav Petkov <bp@suse.de> Cc: Cody P Schafer <dev@codyps.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com> Link: http://lkml.kernel.org/r/1420888254-17504-2-git-send-email-vgupta@synopsys.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
duce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu 2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen 2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu 2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu 2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee 2014-11-09genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee 2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee 2014-09-01genirq: Mark wakeup sources as armed on suspendThomas Gleixner 2014-07-17genirq: generic chip: Export irq_map_generic_chip functionBoris BREZILLON 2014-05-16genirq: Remove dynamic_irq messThomas Gleixner 2014-05-16genirq: Replace dynamic_irq_init/cleanupThomas Gleixner 2014-05-16genirq: Remove irq_reserve_irq[s]Thomas Gleixner 2014-05-16genirq: Make create/destroy_irq() ia64 privateThomas Gleixner 2014-05-16x86: Remove create/destroy_irq()Thomas Gleixner 2014-05-16genirq: Provide generic hwirq allocation facilityThomas Gleixner 2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner 2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner 2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner 2014-03-14genirq: Document IRQCHIP_ONESHOT_SAFE flagThomas Gleixner 2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner 2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner 2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky 2013-06-25genirq: Add irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas 2013-05-29genirq: irqchip: Add mask to block out invalid irqsGrant Likely 2013-05-29genirq: Generic chip: Add linear irq domain supportThomas Gleixner 2013-05-29genirq: irqchip: Add a mask calculation functionThomas Gleixner 2013-05-29genirq: Generic chip: Cache per irq bit maskThomas Gleixner 2013-05-29genirq: Generic chip: Handle separate mask registersGerlando Falauto 2013-05-29genirq: Generic chip: Add support for per chip type mask cacheGerlando Falauto 2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel 2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev