index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-12
perf tools: Introduce parse_events_terms__purge()
Arnaldo Carvalho de Melo
2
-1
/
+7
2016-02-12
perf tools: Unlink entries from terms list
Wang Nan
1
-1
/
+3
2016-02-12
perf hists: Do column alignment on the format iterator
Arnaldo Carvalho de Melo
5
-19
/
+48
2016-02-12
perf tools: Add comment explaining the repsep_snprintf function
Arnaldo Carvalho de Melo
1
-1
/
+9
2016-02-12
perf python scripting: Append examples to err msg about audit-libs-python
Taeung Song
1
-1
/
+4
2016-02-12
perf build: Add EXTRA_LDFLAGS option to makefile
Zubair Lutfullah Kakakhel
1
-0
/
+2
2016-02-12
perf symbols: Fix symbols searching for module in buildid-cache
Wang Nan
3
-0
/
+49
2016-02-12
perf config: Add '--system' and '--user' options to select which config file ...
Taeung Song
4
-6
/
+42
2016-02-05
perf jit: add source line info support
Stephane Eranian
8
-39
/
+768
2016-02-05
perf tools: add JVMTI agent library
Stephane Eranian
4
-0
/
+778
2016-02-05
perf inject: Add jitdump mmap injection support
Stephane Eranian
8
-3
/
+1418
2016-02-05
perf inject: Make sure mmap records are ordered when injecting build_ids
Arnaldo Carvalho de Melo
1
-0
/
+11
2016-02-05
perf build: Add libcrypto feature detection
Stephane Eranian
3
-0
/
+16
2016-02-05
perf symbols: add Java demangling support
Stephane Eranian
4
-0
/
+213
2016-02-05
perf tools: handle spaces in file names obtained from /proc/pid/maps
Marcin Ĺšlusarz
1
-1
/
+1
2016-02-04
perf build tests: Do parallell builds with 'build-test'
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-02-04
perf tools: Fix parallel build including 'clean' target
Jiri Olsa
1
-0
/
+14
2016-02-04
perf config: Document 'record.build-id' variable in man page
Taeung Song
1
-0
/
+8
2016-02-04
perf config: Document 'kmem.default' variable in man page
Taeung Song
1
-0
/
+5
2016-02-04
perf config: Document 'pager.<subcommand>' variables in man page
Taeung Song
1
-0
/
+5
2016-02-04
perf config: Document 'man.viewer' variable in man page
Taeung Song
1
-0
/
+9
2016-02-04
perf config: Document 'top.children' variable in man page
Taeung Song
1
-0
/
+7
2016-02-04
perf config: Document variables for 'report' section in man page
Taeung Song
1
-0
/
+36
2016-02-04
perf config: Document variables for 'call-graph' section in man page
Taeung Song
1
-0
/
+67
2016-02-04
perf config: Document 'ui.show-headers' variable in man page
Taeung Song
1
-0
/
+6
2016-02-04
perf build tests: Move the feature related vars to the front of the make cmdline
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-02-04
perf build tests: Elide "-f Makefile" from make invokation
Arnaldo Carvalho de Melo
1
-3
/
+6
2016-02-04
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
14
-236
/
+425
2016-02-04
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-26
/
+63
2016-02-04
Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...
Ingo Molnar
1
-0
/
+10
2016-02-04
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
4
-26
/
+53
2016-02-03
perf stat: Fix interval output values
Jiri Olsa
1
-0
/
+10
2016-02-03
perf hists browser: Add 'L' hotkey to change percent limit
Namhyung Kim
1
-0
/
+55
2016-02-03
perf report: Update documention of --percent-limit option
Namhyung Kim
1
-1
/
+4
2016-02-03
perf report: Update documentation of --sort option
Namhyung Kim
1
-16
/
+16
2016-02-03
perf hists: Introduce hists__for_each_sort_list macro
Jiri Olsa
2
-3
/
+9
2016-02-03
perf hists: Introduce hists__for_each_format macro
Jiri Olsa
5
-12
/
+15
2016-02-03
perf tools: Add hpp_list into struct hists object
Jiri Olsa
2
-3
/
+5
2016-02-03
perf hists: Add struct perf_hpp_list argument to helper functions
Jiri Olsa
3
-15
/
+17
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro
Jiri Olsa
2
-3
/
+3
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list macro
Jiri Olsa
3
-7
/
+7
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format_safe macro
Jiri Olsa
2
-4
/
+4
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format macro
Jiri Olsa
6
-21
/
+21
2016-02-03
perf hists: Pass perf_hpp_list all the way through setup_output_list
Jiri Olsa
1
-15
/
+18
2016-02-03
perf hists: Add perf_hpp_list register helpers
Jiri Olsa
2
-9
/
+23
2016-02-03
perf hists: Introduce perf_hpp_list__init function
Jiri Olsa
2
-0
/
+8
2016-02-03
perf hists: Introduce struct perf_hpp_list
Jiri Olsa
2
-11
/
+16
2016-02-03
perf hists: Separate output fields parsing into setup_output_list function
Jiri Olsa
1
-12
/
+22
2016-02-03
perf hists: Separate sort fields parsing into setup_sort_list function
Jiri Olsa
1
-12
/
+22
2016-02-03
perf hists: Properly release format fields
Jiri Olsa
3
-0
/
+33
[prev]
[next]