aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-10-02perf tools: Convert to GTK2_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to LIBAUDIT_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim
2012-09-28perf tools: Convert to LIBELF_SUPPORTNamhyung Kim
2012-09-28perf tools: Remove unused PYRF_OBJS variable on MakefileNamhyung Kim
2012-09-28perf tools: Move libdw availability check before arch MakefileNamhyung Kim
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when s...Hyeoncheol Lee
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim
2012-09-26perf trace: New toolArnaldo Carvalho de Melo
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo
2012-09-26perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo
2012-09-26perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo
2012-09-26perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo
2012-09-26perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo
2012-09-26perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim
2012-09-25perf test: Fix build failureNamhyung Kim
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo
2012-09-24perf evsel: Provide a new constructor for tracepointsArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim
2012-09-24perf kvm: Use perf_session_env for reading cpuidNamhyung Kim
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim
2012-09-24perf header: Add struct perf_session_envNamhyung Kim
2012-09-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-24perf kvm: Use perf_evsel__intvalArnaldo Carvalho de Melo
2012-09-21perf kvm: Events analysis toolXiao Guangrong