Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c9af70fb86bbede6197081ded69407a9192716c8
/
tools
/
perf
60ab271
perf record: Use per-task-per-cpu events for inherited events
by Peter Zijlstra
· 15 years ago
856e966
perf record: Properly synchronize child creation
by Peter Zijlstra
· 15 years ago
9b33827
perf diff: Percent calcs should use double values
by Arnaldo Carvalho de Melo
· 15 years ago
604c5c9
perf diff: Change the default sort order to "dso,symbol"
by Arnaldo Carvalho de Melo
· 15 years ago
c351c28
perf diff: Use perf_session__fprintf_hists just like 'perf record'
by Arnaldo Carvalho de Melo
· 15 years ago
125c4fa
perf report: Fix cut'n'paste error recently introduced
by Arnaldo Carvalho de Melo
· 15 years ago
3e6055a
perf session: Move perf report specific hits out of perf_session__fprintf_hists
by Arnaldo Carvalho de Melo
· 15 years ago
4ecf84d0
perf tools: Move hist entries printing routines from perf report
by Arnaldo Carvalho de Melo
· 15 years ago
d599db3
perf report: Generalize perf_session__fprintf_hists()
by Arnaldo Carvalho de Melo
· 15 years ago
c410a33
perf symbols: Move symbol filtering to event__preprocess_sample()
by Arnaldo Carvalho de Melo
· 15 years ago
655000e
perf symbols: Adopt the strlists for dso, comm
by Arnaldo Carvalho de Melo
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
7ef17aa
perf probe: Fix to show which probe point is not found
by Masami Hiramatsu
· 15 years ago
62bdc1b
perf probe: Check symbols in symtab/kallsyms
by Masami Hiramatsu
· 15 years ago
a128168
perf probe: Check build-id of vmlinux
by Masami Hiramatsu
· 15 years ago
d761b08
perf probe: Reject second attempt of adding same-name event
by Masami Hiramatsu
· 15 years ago
af663d7
perf probe: Support event name for --add option
by Masami Hiramatsu
· 15 years ago
bbbb521
perf probe: Add glob matching support on --del
by Masami Hiramatsu
· 15 years ago
adf365f
perf probe: Use strlist__for_each macros in probe-event.c
by Masami Hiramatsu
· 15 years ago
abf5ef7
perf tools: Add for_each macros for strlist
by Masami Hiramatsu
· 15 years ago
3e34059
perf probe: Fix --del to update current event list
by Masami Hiramatsu
· 15 years ago
f6bbff7
perf probe: Fix --del to show info instead of warning
by Masami Hiramatsu
· 15 years ago
411edfe
perf probe: Show need-dwarf message only if it is really needed
by Masami Hiramatsu
· 15 years ago
ce11a60
perf probe: Check hyphen only argument
by Masami Hiramatsu
· 15 years ago
7e990a5
perf probe: Check the result of e_snprintf()
by Masami Hiramatsu
· 15 years ago
fac13fd
perf probe: Cleanup struct session in builtin-probe.c
by Masami Hiramatsu
· 15 years ago
cdccc69
perf diff: Fix documentation
by Arnaldo Carvalho de Melo
· 15 years ago
d30531c
perf diff: Improve the help text
by Ingo Molnar
· 15 years ago
a600512
perf trace/scripting: Update Documentation
by Tom Zanussi
· 15 years ago
3875294
perf trace/scripting: Add 'record' and 'report' options
by Tom Zanussi
· 15 years ago
4b9c0c5
perf trace/scripting: List available scripts
by Tom Zanussi
· 15 years ago
8f11d85
perf trace/scripting: Check return val of perl_run()
by Tom Zanussi
· 15 years ago
a3a7cb7
perf trace/scripting: Don't install unneeded files
by Tom Zanussi
· 15 years ago
586bc5c
perf trace/scripting: Add support for script args
by Tom Zanussi
· 15 years ago
c249a4c
perf tools: Make symbol_conf static
by Frederic Weisbecker
· 15 years ago
86a9eee
perf diff: Introduce tool to show performance difference
by Arnaldo Carvalho de Melo
· 15 years ago
b38d346
perf record: Rename perf.data to perf.data.old if --force/-f is used
by Arnaldo Carvalho de Melo
· 15 years ago
c8829c7
perf util: Remove setup_sorting dups
by Arnaldo Carvalho de Melo
· 15 years ago
f823e44
perf session: Event statistics also are per session
by Arnaldo Carvalho de Melo
· 15 years ago
c019879
perf session: Adopt the sample_type variable
by Arnaldo Carvalho de Melo
· 15 years ago
a328626
perf session: Adopt resolve_callchain
by Arnaldo Carvalho de Melo
· 15 years ago
4e4f06e
perf session: Move the hist_entries rb tree to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
b9bf089
perf tools: No need for three rb_trees for sorting hist entries
by Arnaldo Carvalho de Melo
· 15 years ago
4aa6563
perf session: Move kmaps to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
b3165f4
perf session: Move the global threads list to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
ec91336
perf session: Reduce the number of parms to perf_session__process_events
by Arnaldo Carvalho de Melo
· 15 years ago
13df45c
perf session: Register the idle thread in perf_session__process_events
by Arnaldo Carvalho de Melo
· 15 years ago
301a0b0
perf session: Ditch register_perf_file_handler
by Arnaldo Carvalho de Melo
· 15 years ago
d8f6624
perf session: Pass the perf_session to the event handling operations
by Arnaldo Carvalho de Melo
· 15 years ago
2cd9046
perf sched: Fix build failure on sparc
by David Miller
· 15 years ago
2044279
perf bench: Add "all" pseudo subsystem and "all" pseudo suite
by Hitoshi Mitake
· 15 years ago
94c744b
perf tools: Introduce perf_session class
by Arnaldo Carvalho de Melo
· 15 years ago
ea08d8c
perf symbols: Ditch dso->find_symbol
by Arnaldo Carvalho de Melo
· 15 years ago
79406cd
perf symbols: Allow lookups by symbol name too
by Arnaldo Carvalho de Melo
· 15 years ago
22ccec5
perf symbols: Add missing "Variables" entry to map_type__name
by Arnaldo Carvalho de Melo
· 15 years ago
f1dfa0b
perf symbols: Add support for 'variable' symtabs
by Arnaldo Carvalho de Melo
· 15 years ago
d45868d
perf symbols: Introduce ELF counterparts to symbol_type__is_a
by Arnaldo Carvalho de Melo
· 15 years ago
6893d4e
perf symbols: Introduce symbol_type__is_a
by Arnaldo Carvalho de Melo
· 15 years ago
9958e1f
perf symbols: Rename kthreads to kmaps, using another abstraction for it
by Arnaldo Carvalho de Melo
· 15 years ago
58e9f94
perf tools: Allow building for ARM
by Jamie Iles
· 15 years ago
cc83575
perf tools: Allow cross compiling
by Jamie Iles
· 15 years ago
7931241
perf kmem: Fix unused argument build warning
by Ingo Molnar
· 15 years ago
716d69e
perf symbols: perf_header__read_build_ids() offset'n'size should be u64
by Arnaldo Carvalho de Melo
· 15 years ago
8b4825b
perf symbols: dsos__read_build_ids() should read both user and kernel buildids
by Arnaldo Carvalho de Melo
· 15 years ago
bc3abfb
perf tools: Align long options which have no short forms
by Li Zefan
· 15 years ago
90b86a9
perf kmem: Show usage if no option is specified
by Li Zefan
· 15 years ago
3786310a
perf sched: Add max delay time snapshot
by Frederic Weisbecker
· 15 years ago
5660ce3
perf tools: Correct size given to memset
by Julia Lawall
· 15 years ago
c0c9e72
perf sched: Fix for getting task's execution time
by Xiao Guangrong
· 15 years ago
c937fe2
perf probe: Update perf-probe document
by Masami Hiramatsu
· 15 years ago
fa28244
perf probe: Support --del option
by Masami Hiramatsu
· 15 years ago
f984f03
perf probe: Support vmlinux on cwd by default
by Masami Hiramatsu
· 15 years ago
17f88fc
perf probe: Remove event suffix number _0
by Masami Hiramatsu
· 15 years ago
d1bde3f
perf probe: Fix add-probe command syntax without --add option
by Masami Hiramatsu
· 15 years ago
a9b495b
perf probe: Change probe-added message more user-friendly
by Masami Hiramatsu
· 15 years ago
278498d
perf probe: Change event list format
by Masami Hiramatsu
· 15 years ago
d3a2dbf
perf probe: Use pr_debug for debug message
by Masami Hiramatsu
· 15 years ago
8498845
perf probe: Check e_snprintf() format string
by Masami Hiramatsu
· 15 years ago
e1d2017
perf probe: Fix event namelist to duplicate string
by Masami Hiramatsu
· 15 years ago
d56728b
perf probe: Fix strtailcmp() to compare s1and s2[0]
by Juha Leppanen
· 15 years ago
180570f
perf tools: Optimize parse_subsystem_tracepoint_event()
by Ulrich Drepper
· 15 years ago
67a6259
perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarily
by Tom Zanussi
· 15 years ago
3a9a0be
perf trace/scripting: Fix compile error when libperl not installed
by Tom Zanussi
· 15 years ago
f48f669
perf_event: Eliminate raw->size
by Xiao Guangrong
· 15 years ago
d9541ed
perf_event: Fix __dsos__write_buildid_table()
by Xiao Guangrong
· 15 years ago
d8bd9e0
perf_event: Fix raw event processing
by Xiao Guangrong
· 15 years ago
c0777c5a
perf/sched: Fix 'perf sched trace'
by Xiao Guangrong
· 15 years ago
b9b1e1c
perf buildid-list: Fix copy'n'paste help message
by Arnaldo Carvalho de Melo
· 15 years ago
7691b1e
perf tools: Misc small fixes
by OGAWA Hirofumi
· 15 years ago
180f95e
perf: Make common SAMPLE_EVENT parser
by OGAWA Hirofumi
· 15 years ago
028c515
perf timechart: Fix header handling
by OGAWA Hirofumi
· 15 years ago
59b4cae
perf tools: Correct size computation in tracepoint_id_to_path()
by Julia Lawall
· 15 years ago
23ba90e
Merge branch 'perf/scripting' into perf/core
by Ingo Molnar
· 15 years ago
93aaa45
perf tools: Replace %m with %a in sscanf
by Liming Wang
· 15 years ago
bdad0db
perf_event: Fix compile error
by Xiao Guangrong
· 15 years ago
c19e33a
perf tools: Fix _GNU_SOURCE macro related strndup() build error
by Liming Wang
· 15 years ago
b498ce1
perf probe: Simplify event naming
by Masami Hiramatsu
· 15 years ago
4de189f
perf probe: Add --list option for listing current probe events
by Masami Hiramatsu
· 15 years ago
e1c01d6
perf probe: Add argv_split() from lib/argv_split.c
by Masami Hiramatsu
· 15 years ago
50656ee
perf probe: Move probe event utility functions to probe-event.c
by Masami Hiramatsu
· 15 years ago
Next »