aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/acme/linux into perf/coreIngo 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-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/kernel/git/acme/linux into perf/urgentIngo Molnar6-7/+40
2013-03-15Drivers: hv: Add a new driver to support host initiated backupK. Y. Srinivasan1-0/+220
2013-03-15tools: hv: daemon should check type of received Netlink msgTomas Hozza1-0/+4
2013-03-15tools: hv: daemon setsockopt should use options macrosTomas Hozza1-3/+7
2013-03-15tools: hv: daemon should subscribe only to CN_KVP_IDX groupTomas Hozza1-2/+2
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt4-6/+48
2013-03-15perf test: Add test case for checking number of EXIT eventsNamhyung Kim4-0/+129
2013-03-15perf tests: Fixup return path of perf record test caseNamhyung Kim1-1/+3
2013-03-15perf tests: Fixup return path of open-syscall-tp-fields test caseNamhyung Kim1-2/+6
2013-03-15perf record: Fixup return path of cmd_record()Namhyung Kim1-1/+4
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim1-5/+11
2013-03-15perf evlist: Introduce perf_evlist__close()Namhyung Kim2-7/+13
2013-03-15perf evsel: Cleanup perf_evsel__exit()Namhyung Kim1-3/+2
2013-03-15perf tests: Test breakpoint overflow signal handler countsJiri Olsa4-0/+132
2013-03-15perf tests: Test breakpoint overflow signal handlerJiri Olsa4-0/+192
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim1-3/+0
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim1-7/+0
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim1-7/+0
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim1-12/+0
2013-03-15perf tools: Remove unused trace_read_data functionNamhyung Kim1-201/+0
2013-03-15perf report: Remove duplicated includeWei Yongjun1-1/+0
2013-03-15perf machine: Move machine__remove_thread and make staticDavid Ahern2-12/+11
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern2-13/+0
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern2-41/+0
2013-03-15perf trace: Get rid of a duplicate codeNamhyung Kim1-7/+0
2013-03-15perf annotate browser: Support event group view on TUINamhyung Kim1-18/+75
2013-03-15perf annotate/gtk: Support event group view on GTKNamhyung Kim1-2/+16
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