aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim1-1/+3
2012-10-04perf hists: Introduce struct he_statNamhyung Kim6-51/+59
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa5-26/+35
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa7-15/+29
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa6-17/+13
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa3-28/+58
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa7-40/+44
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa2-0/+3
2012-10-04perf tools: Complete tracepoint event namesNamhyung Kim1-2/+16
2012-10-03perf evlist: Remove some unused methodsArnaldo Carvalho de Melo2-100/+3
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo3-15/+20
2012-10-03perf kvm: Move global variables into a perf_kvm structDavid Ahern1-207/+253
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim2-7/+7
2012-10-02perf tools: Long option completion support for each subcommandsNamhyung Kim3-2/+16
2012-10-02perf tools: Complete long option names of perf commandNamhyung Kim1-3/+9
2012-10-02perf tools: Check existence of _get_comp_words_by_ref when bash completingNamhyung Kim1-2/+13
2012-10-02perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo1-7/+6
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo1-9/+10
2012-10-02perf evlist: Don't use globals where not needed toArnaldo Carvalho de Melo1-12/+9
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo1-5/+4
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo1-14/+12
2012-10-02perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo1-31/+24
2012-10-02perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo1-32/+26
2012-10-02perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo1-59/+41
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo1-51/+39
2012-10-02perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo1-40/+26
2012-10-02perf help: Don't use globals where not needed toArnaldo Carvalho de Melo1-20/+20
2012-10-02perf script: Don't use globals where not needed toArnaldo Carvalho de Melo1-48/+42
2012-10-02perf stat: Don't use globals where not needed toArnaldo Carvalho de Melo1-169/+159
2012-10-02perf sched: Look up thread using tid instead of pidArnaldo Carvalho de Melo1-1/+1
2012-10-02perf inject: Remove static variablesArnaldo Carvalho de Melo1-34/+38
2012-10-02perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo1-2/+1
2012-10-02perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo1-45/+87
2012-10-02perf tools: Convert to HAVE_STRLCPYNamhyung Kim3-7/+5
2012-10-02perf tools: Convert to GTK2_SUPPORTNamhyung Kim6-36/+36
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim8-34/+32
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim2-5/+3
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim4-16/+14
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim6-14/+13
2012-09-28perf tools: Remove unused PYRF_OBJS variable on MakefileNamhyung Kim1-15/+1
2012-09-28perf tools: Move libdw availability check before arch MakefileNamhyung Kim1-7/+7
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo1-8/+18
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variablesHyeoncheol Lee1-0/+2
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim3-2/+27
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-26perf trace: New toolArnaldo Carvalho de Melo6-1/+358
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2-1/+4
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2-2/+9
2012-09-26perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo1-30/+16
2012-09-26perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo1-4/+5