summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2014-03-18 15:10:04 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2014-03-18 18:17:06 -0300
commitb68eebd1c2a539256e373123cdefabfd1986bfe2 (patch)
treee233bd5dfd0a8d07f255b22e2281e3f14d9319b7 /tools/perf/scripts/python
parenta33f6efc43cb71795bbdaf0251544ff3edbfdb2f (diff)
downloadkernel-b68eebd1c2a539256e373123cdefabfd1986bfe2.tar.gz
perf tools: Update some code references in design.txt
Update the names of some functions and enums in design.txt. The document still has some stale information, but the motivation behind this patch is to allow a developer to quickly grep and learn about the associated structures. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Link: http://lkml.kernel.org/r/1395169804-1293-1-git-send-email-artagnon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka 2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches 2011-06-01rt2x00: Move rt2800_txdone and rt2800_txdone_entry_check to rt2800usb.Gertjan van Wingerde 2011-06-01rt2x00: Add support for RT3572/RT3592/RT3592+Bluetooth combo cardGertjan van Wingerde 2011-06-01rt2x00: Don't disable G0 PA_PE bit in case of BT coexistence.Gertjan van Wingerde 2011-06-01rt2x00: Enable PA_PE bits in TX_PIN_CFG according to active band.Gertjan van Wingerde 2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2011-05-05rt2x00: Initial support for RT5370 USB devices.Gertjan van Wingerde 2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2011-05-02rt2x00: Introduce capability flag for Bluetooth co-existence.Gertjan van Wingerde 2011-05-02rt2x00: Streamline rt2800 eeprom initialisations.Gertjan van Wingerde 2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2011-04-19rt2800usb: read TX_STA_FIFO asynchronouslyJohannes Stezenbach 2011-04-19rt2x00: Update TX_SW_CFG2 init valueHelmut Schaa 2011-04-19rt2x00: Use correct TBTT_SYNC config in AP modeHelmut Schaa 2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn 2011-04-19rt2x00: Enable WLAN LED on Ralink SoC (rt305x) devicesLayne Edwards 2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2011-04-04rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa 2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa 2011-04-04rt2x00: Indention cleanup in rt2800libHelmut Schaa 2011-04-04rt2x00: Don't recalculate HT40 compensation for each rateHelmut Schaa 2011-04-04rt2x00: Restructure bw_comp calculationHelmut Schaa 2011-03-31Fix common misspellingsLucas De Marchi 2011-03-04rt2x00: Fix rt2800 key assignment in multi bssid setupsHelmut Schaa 2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa 2011-03-04rt2x00: Add unlikely macro to special case tx status handlingHelmut Schaa 2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa 2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos 2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu 2011-02-21rt2x00: Add/Modify the GPIO register definitionShiang Tu 2011-02-21rt2x00: Add/Modify protection related register definitionsShiang Tu 2011-02-21rt2x00: Fix rt2800 txpower setting to correct valueRA-Jay Hung 2011-02-21rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...RA-Jay Hung 2011-02-14rt2x00: Check for errors from skb_pad() callsSeth Forshee