summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2013-03-15perf evsel: Cleanup perf_evsel__exit()Namhyung Kim
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim
2013-03-15perf tools: Remove unused trace_read_data functionNamhyung Kim
2013-03-15perf machine: Move machine__remove_thread and make staticDavid Ahern
2013-03-15perf session: Remove unused perf_session__remove_thread methodDavid Ahern
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Support event group view for --print-lineNamhyung Kim
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim
2013-03-15perf annotate: Add basic support to event group viewNamhyung Kim
2013-03-15perf annotate: Cleanup disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Factor out disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate: Add a comment on the symbol__parse_objdump_line()Namhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Add thread_map__nr() helperNamhyung Kim
2013-03-15perf evlist: Use cpu_map__nr() helperNamhyung Kim
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov
2013-03-15perf tools: Remove a write-only variable in the debugfs codeBorislav Petkov
2013-03-13perf probe: Fix segfaultAnanth N Mavinakayanahalli
2013-03-13perf report: Fix build with NO_NEWT=1Michael Ellerman
2013-03-13perf annotate: Fix build with NO_NEWT=1Michael Ellerman
2013-02-14perf tools: Fix build with bison 2.3 and older.Vinson Lee
2013-02-14perf gtk/annotate: Support multiple event annotationNamhyung Kim
2013-02-14perf ui/gtk: Implement basic GTK2 annotation browserNamhyung Kim
2013-02-14perf annotate: Fix warning message on a missing vmlinuxNamhyung Kim
2013-02-06perf python: Link with sysfs.oArnaldo Carvalho de Melo
2013-02-06perf evlist: Pass the event_group info via perf_attr_detailsArnaldo Carvalho de Melo
2013-02-06perf tools: Fix calloc argument orderingPaul Gortmaker
2013-02-06perf tools: Fix perf_evsel::exclude_GH handlingJiri Olsa
2013-02-06perf tools: Add cpu_map processor socket level functionsStephane Eranian
2013-02-06perf evlist: Make event_copy local to mmapsDavid Ahern
2013-02-06perf sort: Check return value of strdup()Namhyung Kim
2013-02-06perf sort: Make setup_sorting returns an error codeNamhyung Kim
2013-02-06perf sort: Drop ip_[lr] arguments from _sort__sym_cmp()Namhyung Kim
2013-02-06perf evlist: Fix set event list leaderStephane Eranian
2013-01-31perf evlist: Add --group optionNamhyung Kim
2013-01-31perf report: Show group description when event group is enabledNamhyung Kim
2013-01-31perf hists: Resort hist entries using group members for outputNamhyung Kim
2013-01-31perf report: Make another loop for linking group histsNamhyung Kim
2013-01-31perf header: Add HEADER_GROUP_DESC featureNamhyung Kim
2013-01-31perf tools: Keep group informationNamhyung Kim