aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo1-1/+4
2010-10-25perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo1-8/+13
2010-10-25perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo1-5/+2
2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo1-2/+3
2010-10-25perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo2-8/+50
2010-10-25kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu1-3/+4
2010-10-25x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar1-15/+11
2010-10-23tracing: Fix 'faild' -> 'failed' typoJoe Perches1-1/+1
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo1-1/+2
2010-10-23perf trace: Fix detection of script extensionBen Hutchings1-1/+1
2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings13-15/+15
2010-10-23perf tools: Document event modifiersSonny Rao1-0/+17
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo1-1/+0
2010-10-22perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian1-2/+20
2010-10-22perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian1-63/+13
2010-10-22perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra1-3/+6
2010-10-22perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2-12/+6
2010-10-22perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2-16/+47
2010-10-22perf, x86: Fixup the precise_ip computationPeter Zijlstra1-4/+5
2010-10-22perf, x86: Extract DS alloc/free functionsPeter Zijlstra1-14/+26
2010-10-22perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra1-34/+56
2010-10-22perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra1-5/+25
2010-10-21include/linux/libata.h: fix typoAndrea Gelmini1-1/+1
2010-10-21pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-21Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-21libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-21pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov1-0/+11
2010-10-21pata_sil680: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov1-0/+23
2010-10-21pata_cmd640: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-21ata_piix: Add device ID for ICH4-LBen Hutchings1-0/+2
2010-10-21pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov1-2/+2
2010-10-21ata: Intel IDE-R supportAlan Cox1-1/+53
2010-10-21libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+3
2010-10-21libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen1-0/+14
2010-10-21ata_piix: remove SIDPR lockingTejun Heo1-8/+0
2010-10-21libata: implement cross-port EH exclusionTejun Heo4-1/+80
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo12-48/+57
2010-10-21ata_piix: implement LPM supportTejun Heo1-1/+23
2010-10-21libata: implement LPM support for port multipliersTejun Heo3-10/+67
2010-10-21libata: reimplement link power managementTejun Heo9-356/+206
2010-10-21libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo3-5/+74
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo9-100/+79
2010-10-21[libata] Fix section mismatch: ata_sff_exitLuck, Tony1-1/+1
2010-10-21drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik1-0/+1
2010-10-21[libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2-37/+105
2010-10-21libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo4-65/+38
2010-10-21[libata] Add ATA transport classGwendal Grignou10-40/+987
2010-10-21perf probe: Add basic module supportMasami Hiramatsu7-69/+239
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu6-14/+41