summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
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