summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim3-38/+20
2013-03-15perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim1-7/+7
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim2-33/+98
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim3-10/+14
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim6-19/+34
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim3-11/+63
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim1-15/+15
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim1-19/+30
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim1-0/+20
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim8-62/+75
2013-03-15perf stat: Use perf_evlist__prepare/start_workload()Namhyung Kim1-51/+7
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim5-6/+11
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim5-8/+6
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim5-4/+8
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim3-16/+30
2013-03-15perf evlist: Use cpu_map__nr() helperNamhyung Kim1-4/+4
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim13-18/+18
2013-03-15tools lib lk: Fix _FORTIFY_SOURCE buildsBorislav Petkov1-1/+1
2013-03-15tools/vm: Switch to liblk libraryBorislav Petkov2-81/+21
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov6-23/+36
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov18-40/+132
2013-03-15perf tests: Add attr stat -C cpu testJiri Olsa1-0/+9
2013-03-15perf tests: Add attr record -C cpu testJiri Olsa1-0/+13
2013-03-15perf tests: Make attr script test event cpuJiri Olsa3-0/+3
2013-03-15perf tests: Make attr script verbose friendlyJiri Olsa2-4/+9
2013-03-15perf tools: Sort command-list.txt alphabeticallyliguang1-7/+7
2013-03-15perf tools: Correct Makefile.includeBorislav Petkov1-1/+3
2013-03-15perf tools: Honor parallel jobsBorislav Petkov1-1/+1
2013-03-15perf tools: Remove a write-only variable in the debugfs codeBorislav Petkov1-8/+5
2013-03-15perf tools: Fix build on non-glibc systems due to libio.h absenceCody P Schafer6-12/+6
2013-03-15tools/power turbostat: additional Haswell CPU-idLen Brown1-1/+4
2013-03-14perf tools: Fix LIBNUMA build with glibc 2.12 and older.Vinson Lee1-0/+24
2013-03-14Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2013-03-14perf probe: Fix segfaultAnanth N Mavinakayanahalli1-1/+1
2013-03-14libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell1-1/+1
2013-03-13perf record: Fix -C optionJiri Olsa1-2/+4
2013-03-13perf tools: check if -DFORTIFY_SOURCE=2 is allowedMarcin Slusarz1-1/+7
2013-03-13perf report: Fix build with NO_NEWT=1Michael Ellerman1-0/+1
2013-03-13perf annotate: Fix build with NO_NEWT=1Michael Ellerman1-2/+2
2013-03-08ktest: Allow tests to use different GRUB_MENUsSteven Rostedt (Red Hat)1-2/+7
2013-03-07tools: usb: ffs-test: Fix build failureMaxin B. John1-1/+1
2013-03-07lguest: fix paths in commentsWanlong Gao1-1/+1
2013-03-06efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming1-0/+59
2013-03-04Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2013-03-03perf: Enable building perf tools for MetaJames Hogan1-0/+6
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-28selftests: add a simple docJeremy Kerr1-0/+42
2013-02-28tools/testing/selftests/Makefile: rearrange targetsAndrew Morton1-1/+7
2013-02-28selftests/efivarfs: add create-read testJeremy Kerr3-1/+46