aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-12-09perf hists: Fix typo on hist__entry_add_pairNamhyung Kim2-3/+3
2012-12-09perf symbols: Ignore ABS symbols when loading data mapsNamhyung Kim1-0/+11
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa1-1/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa8-96/+101
2012-12-09perf tools: Fix mmap limitations on 32-bitDavid Miller2-12/+14
2012-12-09perf top: Add missing newline on pr_err callArnaldo Carvalho de Melo1-1/+1
2012-12-09perf session: Free environment information when deleting sessionNamhyung Kim1-0/+17
2012-12-09perf tools: Don't check configuration on make cleanNamhyung Kim2-12/+18
2012-12-09perf ui/helpline: Introduce ui_helpline__vshow()Namhyung Kim5-49/+43
2012-12-09perf ui: Always compile error printing codeNamhyung Kim4-62/+17
2012-12-09perf symbols: Fix dso__fprintf() print statementStephane Eranian1-1/+1
2012-12-08Merge branch 'linus' into perf/coreIngo Molnar20-449/+140
2012-12-06tools:virtio: fix compilation warningCong Ding1-1/+1
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-12-02tools/firewire: nosy-dump: check for allocation failureStefan Richter1-0/+4
2012-12-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-98/+148
2012-11-30tools: Allow tools to be installed in a user specified locationJosh Boyer1-2/+4
2012-11-30tools/power: turbostat: make Makefile a bit more capableMark Asselstine1-4/+16
2012-11-30tools/power x86_energy_perf_policy: close /proc/stat in for_every_cpu()Colin Ian King1-1/+1
2012-11-30tools/power turbostat: v3.0: monitor Watts and TemperatureLen Brown2-56/+690
2012-11-30tools/power turbostat: fix output buffering issueLen Brown1-0/+1
2012-11-27cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2-2/+10
2012-11-27cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger4-3/+48
2012-11-27cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox1-5/+13
2012-11-27cpupower tools: Fix malloc of cpu_info structurePalmer Cox2-19/+12
2012-11-27cpupower tools: Fix issues with sysfs_topology_read_filePalmer Cox1-8/+13
2012-11-27cpupower tools: Fix minor warningsPalmer Cox2-21/+1
2012-11-27cpupower tools: Update .gitignore for files created in the debug directoriesPalmer Cox1-0/+7
2012-11-27cpupower tools: Remove brace expansion from clean targetPalmer Cox2-2/+6
2012-11-27tools/power turbostat: prevent infinite loop on migration error pathLen Brown1-1/+10
2012-11-23tools/power/x86/turbostat: share kernel MSR #definesLen Brown2-19/+8
2012-11-23perf kvm: Fix building perf kvm on non x86 archesXiao Guangrong1-0/+4
2012-11-23perf kvm: Rename perf_kvm to perf_kvm_statXiao Guangrong1-51/+60
2012-11-19perf: Make perf build for x86 with UAPI disintegration appliedDavid Howells13-28/+46
2012-11-19perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-19tools: Pass the target in descendDavid Howells1-2/+2
2012-11-19tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-19tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-16Merge 3.7-rc6 into char-misc-nextGreg Kroah-Hartman4-365/+20
2012-11-15tools/hv: Fix string typesTomas Hozza1-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza1-1/+7
2012-11-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-9/+19
2012-11-14perf evsel: Introduce is_group_member methodArnaldo Carvalho de Melo5-16/+23
2012-11-14perf powerpc: Use uapi/unistd.h to fix build errorSukadev Bhattiprolu1-1/+1
2012-11-14tools: Pass the target in descendDavid Howells1-2/+2
2012-11-14tools: Honour the O= flag when tool build called from a higher MakefileDavid Howells1-4/+13
2012-11-14tools: Define a Makefile function to do subdir processingDavid Howells2-12/+20
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim3-40/+30
2012-11-14perf ui: Add ui_progress__finish()Namhyung Kim5-0/+19
2012-11-14perf ui gtk: Implement ui_progress functionsNamhyung Kim4-0/+54