aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds30-150/+118
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-26/+473
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-34/+34
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+28
2013-07-10perf script: Fix broken include in Context.xsRamkumar Ramachandra1-1/+1
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+20
2013-07-09perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-07-09tools/virtio: move module license stub to module.hMichael S. Tsirkin2-3/+5
2013-07-08perf tools: Fix perf version generationRobert Richter1-6/+15
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian1-3/+4
2013-07-08perf symbols: Fix vdso list searchingWaiman Long3-4/+11
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter1-1/+1
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter1-0/+1
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter1-1/+2
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern1-1/+1
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa4-6/+1
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim1-1/+9
2013-07-08perf record: Remove -f/--force optionJiri Olsa7-14/+6
2013-07-08perf record: Remove -A/--append optionJiri Olsa3-88/+11
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian1-1/+22
2013-07-08tools lib lk: Fix for cross buildJoonsoo Kim1-0/+15
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2-3/+3
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2-4/+3
2013-07-08perf tools: Fix output directory of Documentation/Robert Richter1-8/+2
2013-07-08tools: Get only verbose output with V=1Robert Richter3-3/+3
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+230
2013-07-05cpupower: Add Haswell family 0x45 specific idle monitor to show PC8,9,10 statesThomas Renninger3-0/+198
2013-07-05cpupower: Haswell also supports the C-states introduced with SandyBridgeThomas Renninger1-0/+4
2013-07-05cpupower: Introduce idle-set subcommand and C-state enabling/disablingThomas Renninger6-9/+142
2013-07-05cpupower: Implement disabling of cstate interfaceThomas Renninger2-1/+123
2013-07-05cpupower: Make idlestate usage unsignedThomas Renninger3-16/+6
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-04lguest: fix example launcher compilation for broken glibc headers.Rusty Russell2-9/+9
2013-07-03tools/testing/selftests: don't assume the x bit is set on scriptsAndrew Morton2-2/+2
2013-07-03selftests: add .gitignore for kcmpRamkumar Ramachandra1-0/+2
2013-07-03selftests: fix clean target in kcmp MakefileRamkumar Ramachandra1-2/+1
2013-07-03selftests: add .gitignore for vmRamkumar Ramachandra1-0/+4
2013-07-03selftests: add hugetlbfstestJoern Engel3-1/+96
2013-07-03self-test: fix make cleanJoern Engel1-2/+3
2013-07-03selftests: exit 1 on failureJoern Engel2-1/+6
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker3-0/+230
2013-07-03tools/include: use stdint types for user-space byteshift headersYaakov Selkowitz2-34/+34
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds38-773/+1164
2013-07-02tools: selftests: psock_tpacket: get rid of macro wrappersDaniel Borkmann1-39/+20
2013-07-02tools/lguest: real barriers.Rusty Russell1-2/+2
2013-07-02tools/lguest: fix missing rmb().Rusty Russell1-0/+13
2013-06-17tools: hv: Improve error logging in KVP daemon.Tomas Hozza1-11/+18
2013-06-17Merge 3.10-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2013-06-13turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett1-1/+1
2013-06-03tools: hv: Fix file descriptor leaksTomas Hozza1-1/+5
2013-06-03tools: hv: Check retrun value of strchr callTomas Hozza1-1/+3
2013-06-03tools: hv: Check return value of poll callTomas Hozza1-1/+10
2013-06-03tools: hv: Check return value of setsockopt callTomas Hozza1-1/+7
2013-05-30perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa1-1/+1
2013-05-30perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa1-1/+1
2013-05-30perf tools: Replace multiple line assignment with multiple statementsJiri Olsa1-24/+19
2013-05-30perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2-238/+238
2013-05-30perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2-0/+6
2013-05-30perf tools: Switch to full path C include directoriesJiri Olsa2-14/+39
2013-05-30perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2-22/+25
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa3-84/+89
2013-05-30perf evlist: Reset SIGTERM handler in workload child processDavid Ahern1-0/+2
2013-05-29tools lib lk: Respect CROSS_COMPILERabin Vincent1-0/+3
2013-05-29perf tools: Remove cwdlen from struct perf_sessionJiri Olsa1-1/+0
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa2-3/+0
2013-05-29perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2-4/+4
2013-05-29perf tests: Fix attr test for record -d optionJiri Olsa1-1/+4
2013-05-29perf tools: Final touches for CHK config moveJiri Olsa1-11/+0
2013-05-29perf tools: Move paths config into config/MakefileJiri Olsa2-58/+52
2013-05-29perf tools: Move libnuma check config into config/MakefileJiri Olsa2-8/+12
2013-05-29perf tools: Move stdlib check config into config/MakefileJiri Olsa2-18/+18
2013-05-29perf tools: Move libbfd check config into config/MakefileJiri Olsa2-37/+37
2013-05-29perf tools: Move libpython check config into config/MakefileJiri Olsa2-65/+66
2013-05-29perf tools: Move libperl check config into config/MakefileJiri Olsa2-17/+24
2013-05-29perf tools: Move gtk2 check config into config/MakefileJiri Olsa2-18/+22
2013-05-29perf tools: Move slang check config into config/MakefileJiri Olsa2-26/+30
2013-05-29perf tools: Move libaudit check config into config/MakefileJiri Olsa2-8/+12
2013-05-29perf tools: Move libunwind check config into config/MakefileJiri Olsa2-24/+27
2013-05-28perf tools: Move libdw check config into config/MakefileJiri Olsa2-7/+15
2013-05-28perf tools: Move libelf check config into config/MakefileJiri Olsa2-46/+47
2013-05-28perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2-91/+85
2013-05-28perf tools: Move programs check into config/MakefileJiri Olsa2-16/+18
2013-05-28perf tools: Move arch check into config/MakefileJiri Olsa2-29/+48
2013-05-28perf tools: Add automated make test suiteJiri Olsa1-0/+138
2013-05-28perf tools: Save parent pid in thread structDavid Ahern2-0/+5
2013-05-28perf stats: Fix divide by 0 in varianceDavid Ahern1-1/+1
2013-05-28perf kvm: Handle realloc failuresDavid Ahern1-0/+3
2013-05-28perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2013-05-28perf test: Fix typoArnaldo Carvalho de Melo1-1/+1
2013-05-28perf hists: Rename hist_entry__add_pair argumentsJiri Olsa1-3/+3
2013-05-28perf diff: Use internal rb tree for hists__precomputeJiri Olsa1-3/+10
2013-05-28perf report: Add report.percent-limit config variableNamhyung Kim1-1/+6
2013-05-28perf top: Add --percent-limit optionNamhyung Kim4-4/+34
2013-05-28perf report: Add --percent-limit optionNamhyung Kim8-25/+115
2013-05-28perf report: Don't bother locking when adding hist entriesNamhyung Kim1-4/+0
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim3-17/+18
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim3-52/+19
2013-05-28perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2013-05-28perf top: Fix -E option behaviorNamhyung Kim1-12/+5
2013-05-28perf record: handle death by SIGTERMDavid Ahern1-1/+1
2013-05-28perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-05-28perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2-0/+12
2013-05-28perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa1-3/+3
2013-05-28perf hists browser: Use sort__has_symArnaldo Carvalho de Melo1-7/+2
2013-05-28perf top: Use sort__has_symNamhyung Kim2-10/+3
2013-05-28perf sort: Cleanup sort__has_sym settingNamhyung Kim1-4/+1
2013-05-28perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim1-1/+1
2013-05-28perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo1-1/+1
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim5-29/+47
2013-05-28perf sort: Separate out memory-specific sort keysNamhyung Kim3-16/+44
2013-05-28perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim4-15/+24
2013-05-28perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2-12/+16
2013-05-28perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2-3/+20
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-05-24revert "selftest: add simple test for soft-dirty bit"Andrew Morton3-125/+0
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings1-12/+1
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings1-4/+18
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings1-4/+4
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings1-3/+3
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings1-1/+1
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+53
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-159/+1239
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-5/+1636
2013-04-30selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin3-0/+225
2013-04-30selftest: add simple test for soft-dirty bitPavel Emelyanov3-3/+128
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds99-1222/+3243
2013-04-29Merge tag 'ktest-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+12
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+261
2013-04-29selftests: psock_tpacket: fix status checkDaniel Borkmann1-2/+2
2013-04-24ktest: Reset grub menu cache with different machinesSteven Rostedt (Red Hat)1-2/+7
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-1/+1
2013-04-24tools: hv: skip iso9660 mounts in hv_vss_daemonOlaf Hering1-0/+2
2013-04-24tools: hv: use FIFREEZE/FITHAW in hv_vss_daemonOlaf Hering1-9/+22
2013-04-24tools: hv: use getmntent in hv_vss_daemonOlaf Hering1-18/+21
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan1-2/+3
2013-04-24tools: hv: fix checks for origin of netlink message in hv_vss_daemonOlaf Hering1-1/+7
2013-04-24Tools: hv: fix warnings in hv_vss_daemonOlaf Hering1-4/+8
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-04-19net: Add .gitignore to networking selftests directory.David S. Miller1-0/+3
2013-04-17tools/power turbostat: display C8, C9, C10 residencyKristen Carlson Accardi1-1/+53
2013-04-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+4
2013-04-12treewide: Fix typo in printksMasanari Iida2-2/+2
2013-04-07selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftestsDaniel Borkmann5-87/+966
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo1-4/+12
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo12-35/+43
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo1-38/+6
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota1-1/+1
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo1-2/+1
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo1-1/+0
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim1-1/+1
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian1-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian7-0/+295
2013-04-01perf report: Add support for mem access profilingStephane Eranian1-4/+131
2013-04-01perf record: Add support for mem access profilingStephane Eranian1-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian10-10/+525
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen17-22/+110
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida1-1/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-7/+40
2013-03-26perf report: Add --no-demangle optionNamhyung Kim5-4/+15
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-8/+41
2013-03-25perf stat: Add per-core aggregationStephane Eranian4-3/+92
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian2-3/+3
2013-03-25perf stat: Refactor aggregation codeStephane Eranian2-100/+147
2013-03-21net: fix psock_fanout on sparc64Willem de Bruijn1-1/+7
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim1-9/+4
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim1-15/+29
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim1-23/+57
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim1-33/+67
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim2-19/+31
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim1-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2-55/+127
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim1-18/+30
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim1-3/+22
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim5-10/+0
2013-03-21filter: add minimal BPF JIT image disassemblerDaniel Borkmann3-5/+220
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar74-786/+1430
2013-03-20net: Move selftests to common net/ subdirectory.David S. Miller7-22/+6
2013-03-20net: fix psock_fanout selftest bind error messageDaniel Baluta1-1/+1
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-20net: fix psock_fanout selftest hash collisionWillem de Bruijn1-40/+120
2013-03-20tools/virtio: remove virtqueue_add_buf() from tests.Rusty Russell3-20/+15
2013-03-20tools/virtio: make vringh_test use inbuf/outbuf.Rusty Russell2-4/+14
2013-03-20virtio_ring: virtqueue_add_sgs, to add multiple sgs.Rusty Russell2-0/+23
2013-03-20tools/virtio: add vring_test.Rusty Russell3-4/+747
2013-03-20tools/virtio: separate headers more.Rusty Russell21-147/+450
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin3-3/+9
2013-03-19net: Get rid of compat defines in psock_fanout.c selftest.David S. Miller1-18/+0
2013-03-19net: Fix failure string in net-socket selftests Makefile.David S. Miller1-1/+1
2013-03-19packet: packet fanout rollover during socket overloadWillem de Bruijn4-0/+361
2013-03-19net: Add socket() system call self test.David S. Miller4-0/+121
2013-03-18perf tests: Add a test case for checking sw clock event frequencyNamhyung Kim4-0/+125
2013-03-18perf stat: Introduce evlist methods to allocate/free the statsArnaldo Carvalho de Melo1-24/+43
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar6-7/+40