summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-3/+4
2013-03-15perf stat: Introduce --repeat foreverFrederik Deweerdt2-0/+7
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 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 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 annotate browser: Use disasm__calc_percent()Namhyung Kim2-2/+6
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim2-33/+98
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim2-9/+13
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2-6/+27
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim1-11/+53
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 Kim3-36/+41
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim2-3/+6
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim2-5/+3
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim2-1/+3
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim2-14/+28
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 Kim3-7/+5
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov3-3/+33
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov9-130/+7
2013-03-15perf tools: Remove a write-only variable in the debugfs codeBorislav Petkov1-8/+5
2013-03-13perf probe: Fix segfaultAnanth N Mavinakayanahalli1-1/+1
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-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-14perf tools: Fix build with bison 2.3 and older.Vinson Lee2-2/+0
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim1-0/+4
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim1-0/+20
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim1-1/+1
2013-02-06perf python: Link with sysfs.oArnaldo Carvalho de Melo1-0/+1
2013-02-06perf evlist: Pass the event_group info via perf_attr_detailsArnaldo Carvalho de Melo2-1/+2
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker2-3/+3
2013-02-06perf tools: Fix perf_evsel::exclude_GH handlingJiri Olsa1-8/+0
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian2-0/+63
2013-02-06perf evlist: Make event_copy local to mmapsDavid Ahern2-3/+30
2013-02-06perf sort: Check return value of strdup()Namhyung Kim1-0/+5
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim2-5/+7
2013-02-06perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim1-17/+6
2013-02-06perf evlist: Fix set event list leaderStephane Eranian1-2/+1
2013-01-31perf evlist: Add --group optionNamhyung Kim1-2/+22
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim2-0/+33